diff --git a/src/update-submodules b/src/update-submodules index e789dcf..042b693 100755 --- a/src/update-submodules +++ b/src/update-submodules @@ -8,6 +8,6 @@ export PATH git submodule update --init --recursive git submodule update --remote --merge git add . -git commit -m "submodules update" +git commit --signoff --message="submodules update" git pull --verbose git push --verbose