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