Skip to content

Commit

Permalink
rule-sets → ruleSets
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Nov 8, 2023
1 parent 189a507 commit dc324a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/generate-rule-set-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for dir in ../rules-in-library/*; do
fi
done

wrapped=$(echo "$combined" | jq '{ "rule-sets": . }')
wrapped=$(echo "$combined" | jq '{ "ruleSets": . }')
output_dir="../generated/rule-set/"
mkdir -p $output_dir
echo "$wrapped" > $output_dir/list.json
Expand Down

0 comments on commit dc324a0

Please sign in to comment.