From 25a618550e82b1288b88a5839904711fc5d03f42 Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Fri, 5 Jan 2024 10:25:03 -0800 Subject: [PATCH] update normalization script --- scripts/{normalize-all-scenarios.sh => normalize-all-yaml.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{normalize-all-scenarios.sh => normalize-all-yaml.sh} (56%) diff --git a/scripts/normalize-all-scenarios.sh b/scripts/normalize-all-yaml.sh similarity index 56% rename from scripts/normalize-all-scenarios.sh rename to scripts/normalize-all-yaml.sh index 4db1b10af2..ae28309e02 100755 --- a/scripts/normalize-all-scenarios.sh +++ b/scripts/normalize-all-yaml.sh @@ -3,4 +3,4 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd $SCRIPT_DIR/.. -find data/scenarios -type f -name '*.yaml' -print0 | xargs -0 --max-args 1 yq --inplace +find data -type f -name '*.yaml' -print0 | xargs -0 --max-args 1 yq --inplace