From 42cf4c291a3d60e9f05f24fe964497cf6a7ff33b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2022 18:12:30 +0100 Subject: [PATCH] sync-all-repos: static ones only by default --- sync-all-repos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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