diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 13:41:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 13:41:04 -0300 |
commit | 15c1a3e583cdc419e71c58981aa74e49f47659b9 (patch) | |
tree | 1e02795201bb63dc97151877a5ee25f0737f4943 /ikiwiki | |
parent | 0dd83f511a40708d28e24c9c33724cab6bffe341 (diff) | |
download | templates-15c1a3e583cdc419e71c58981aa74e49f47659b9.tar.gz templates-15c1a3e583cdc419e71c58981aa74e49f47659b9.tar.bz2 |
Post-receive: git submodule sync
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki/bin/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive index ff7cf50..627198d 100755 --- a/ikiwiki/bin/post-receive +++ b/ikiwiki/bin/post-receive @@ -14,6 +14,7 @@ else git checkout -f fi +git submodule sync --recursive git submodule update --init --recursive cd - |