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