diff options
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-x | bin/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/post-receive b/bin/post-receive index d6cca15..e6baa07 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -10,6 +10,7 @@ else git checkout -f fi +git submodule sync --recursive git submodule update --init --recursive cd - |