Skip to content

Commit

Permalink
Run submodule update recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaneenwyk committed Feb 5, 2024
1 parent 5ad52f1 commit d787515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tasks:
init-git:
cmds:
- cmd: git -C "{{.PROJECT_DIR}}" submodule init
- cmd: git -C "{{.PROJECT_DIR}}" submodule update --init
- cmd: git -C "{{.PROJECT_DIR}}" submodule update --init --recursive

init-git-submodules:
cmds:
Expand Down

0 comments on commit d787515

Please sign in to comment.