Skip to content

Commit 55fed2f

Browse files
committed
fix(update): correct submodule update command sequence for proper initialization
1 parent e352c17 commit 55fed2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/self/utils/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ update_dotfiles() {
88
git submodule update
99
git submodule status
1010
git submodule update --init --recursive
11-
git submodule update --remote --merge
11+
git submodule update --init --recursive --remote
12+
git submodule update --init --recursive --remote --merge
1213
}
1314

1415
update_system() {

0 commit comments

Comments
 (0)