aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-27 13:41:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-27 13:41:04 -0300
commit15c1a3e583cdc419e71c58981aa74e49f47659b9 (patch)
tree1e02795201bb63dc97151877a5ee25f0737f4943
parent0dd83f511a40708d28e24c9c33724cab6bffe341 (diff)
downloadtemplates-15c1a3e583cdc419e71c58981aa74e49f47659b9.tar.gz
templates-15c1a3e583cdc419e71c58981aa74e49f47659b9.tar.bz2
Post-receive: git submodule sync
-rwxr-xr-xikiwiki/bin/post-receive1
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 -