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 512b9fd..7411db5 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -4,3 +4,4 @@ cd ..  unset GIT_DIR  git checkout -f +git submodule update --init | 
