Skip to content

Commit 47c7141

Browse files
committed
Rename bin/sort to bin/format
1 parent a7994e8 commit 47c7141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sort renamed to bin/format

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
yq '.zones | keys | .[]' config/production.yaml | while read -r zone; do
55
# For each file...
66
FILENAME="$zone"yaml
7-
echo -e "\nSorting $FILENAME"
7+
echo -e "\nFormatting $FILENAME"
88

99
# Print a diff (if changes are made)
1010
yq -MP 'sort_keys(.)' $FILENAME >$FILENAME.tmp

0 commit comments

Comments
 (0)