diff options
Diffstat (limited to 'bin/post-update')
-rwxr-xr-x | bin/post-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-update b/bin/post-update index 27e926a..48a6a16 100755 --- a/bin/post-update +++ b/bin/post-update @@ -10,7 +10,7 @@ else git checkout -f fi -git submodule update --init +git submodule update --init --recursive cd - exec git update-server-info |