Update config on ensure

This commit is contained in:
Knut Ahlers 2016-08-11 23:44:41 +02:00
parent 4253a06acd
commit 5ebb513023
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -25,5 +25,6 @@ for REPO in public secret; do
fi;
config checkout
config config status.showUntrackedFiles no
config pull
config submodule update --init --recursive
done