diff options
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-x | bin/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-receive b/bin/post-receive index 7411db5..996189d 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -4,4 +4,4 @@ cd .. unset GIT_DIR git checkout -f -git submodule update --init +git submodule update --init --recursive |