Skip to content

Commit e5c645f

Browse files
committed
Switch to jq keys_unsorted to avoid breaking brew style
Signed-off-by: Anna Rift <[email protected]>
1 parent 8f81f07 commit e5c645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/packaging/docker/test/brew_get_bogus_bottles.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HOMEBREW_NO_INSTALL_FROM_API=
1111
# downloading metadata.
1212
brew info &> /dev/null
1313

14-
platforms=$(brew info --json=v1 chapel | jq ".[0].bottle.stable.files | keys[]" -r)
14+
platforms=$(brew info --json=v1 chapel | jq ".[0].bottle.stable.files | keys_unsorted[]" -r)
1515

1616
max_length=$(echo "$platforms" | awk ' { if ( length > x ) { x = length; y = $0 } }END{ print x+1 }')
1717

0 commit comments

Comments
 (0)