From 902b1b13857a02bd310d6b6cf96c6d9655066d9a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 00:19:05 -0300 Subject: [PATCH] Fix bugs --- scripts/update.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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