diff --git a/scripts/update.sh b/scripts/update.sh index 2a37a69..27ce9a7 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash git submodule foreach git pull +git commit -m "Update sadedot submodule" sadedot +git push