diff --git a/_bin/submodule.update.sh b/_bin/submodule.update.sh index 540039b..bcf70fa 100755 --- a/_bin/submodule.update.sh +++ b/_bin/submodule.update.sh @@ -70,3 +70,5 @@ then fi git submodule update +git add --all . +git commit -m "adding submodules"