From ce5790293160bce968f918b8bd54f20d6c902a68 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 7 Jan 2018 17:21:35 -0500 Subject: [PATCH] Updated update_submodules.sh script to remove git commands. --- update_submodules.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update_submodules.sh b/update_submodules.sh index d6e10358..19bb0a90 100755 --- a/update_submodules.sh +++ b/update_submodules.sh @@ -2,7 +2,3 @@ rm -rf ./site/themes/shared-bulma-theme/ git submodule update --remote --merge -git add ./site/themes/shared-bulma-theme/ -git commit -m "Updated shared-bulma-theme." -git push -