sync-all-repos: static ones only by default

This commit is contained in:
Nico Schottelius 2022-03-16 18:12:30 +01:00
parent 0136343f0f
commit 42cf4c291a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
onlystatic=""
onlystatic="yes"
if [ $# -ge 1 ]; then
onlystatic=yes
onlystatic=""
fi
set -e