Skip to content

Commit

Permalink
update normalization script
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jan 5, 2024
1 parent 8fcf3ae commit 25a6185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25a6185

Please sign in to comment.