revert Update grs.sh
This commit is contained in:
Mohammed Goder 2024-03-24 00:05:37 -05:00
parent 514d5ba23d
commit 6cfd44b100

2
grs.sh
View File

@ -20,7 +20,7 @@ for repository in *; do
echo "$log"
cd "$repository"
gitOutput=$(git pull --recurse-submodules=on-demand --rebase)
gitOutput=$(git pull --recurse-submodules=on-demand)
echo "$gitOutput"
cd ..
if [ "$gitOutput" == "Already up to date." ]; then continue; fi