diff --git a/sync-all-repos b/sync-all-repos index 881f624..5772a27 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -1,9 +1,9 @@ #!/bin/sh -onlystatic="" +onlystatic="yes" if [ $# -ge 1 ]; then - onlystatic=yes + onlystatic="" fi set -e