diff --git a/openfut-blaze-host/openfut-switch.sh b/openfut-blaze-host/openfut-switch.sh index f8188ee..31bbc1a 100755 --- a/openfut-blaze-host/openfut-switch.sh +++ b/openfut-blaze-host/openfut-switch.sh @@ -129,7 +129,7 @@ print(json.dumps([r for r in json.load(sys.stdin) if r["comment"] in tags])) all="$(rules_json | python3 -c ' import json,sys print(json.dumps([r for r in json.load(sys.stdin) - if (r["comment"] or "").startswith("'"$TAG_PREFIX"':')]))')" + if (r["comment"] or "").startswith("'"$TAG_PREFIX"':")]))')" fi python3 - "$all" "$tag" <<'PY'