diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 13:42:04 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 13:42:04 -0300 |
| commit | 8a13cb580a35b242fad5f999c0502ebb6c1d3687 (patch) | |
| tree | faee925240714b633218448633c841f0de89dbe1 | |
| parent | d0d65d6eba026ecf6982adbf80d3f93a0d3d0120 (diff) | |
| download | puppet-bootstrap-8a13cb580a35b242fad5f999c0502ebb6c1d3687.tar.gz puppet-bootstrap-8a13cb580a35b242fad5f999c0502ebb6c1d3687.tar.bz2 | |
Post-receive: git submodule sync
| -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 - |
