diff options
Diffstat (limited to 'hooks/post_checkout')
-rwxr-xr-x | hooks/post_checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post_checkout b/hooks/post_checkout index 71fa8f796..1c6f495cf 100755 --- a/hooks/post_checkout +++ b/hooks/post_checkout @@ -1,4 +1,4 @@ #!/bin/bash # Docker hub does a recursive clone, then checks the branch out, # so when a PR adds a submodule (or updates it), it fails. -git submodule update --init --recursive +git submodule update --init |