diff --git a/test.sh b/test.sh index 44ba4736c8cc777ab2ada600198dbb2e23efc7be..e7f7c3276323d33a043ce8702c0dbbc15b951143 100755 --- a/test.sh +++ b/test.sh @@ -7,7 +7,7 @@ if [[ "$(git remote get-url origin)" != *"git@"* ]]; then exit 1 fi -for i in {1..30}; do +for i in {1..40}; do echo "$i" git remote update --prune origin done