From 0e4945dabe7c602a9cb33a8253c578b8199782bf Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 7 Feb 2022 23:57:38 -0300 Subject: [PATCH] Update update.sh --- scripts/update.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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