We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f81f07 commit e5c645fCopy full SHA for e5c645f
util/packaging/docker/test/brew_get_bogus_bottles.bash
@@ -11,7 +11,7 @@ HOMEBREW_NO_INSTALL_FROM_API=
11
# downloading metadata.
12
brew info &> /dev/null
13
14
-platforms=$(brew info --json=v1 chapel | jq ".[0].bottle.stable.files | keys[]" -r)
+platforms=$(brew info --json=v1 chapel | jq ".[0].bottle.stable.files | keys_unsorted[]" -r)
15
16
max_length=$(echo "$platforms" | awk ' { if ( length > x ) { x = length; y = $0 } }END{ print x+1 }')
17
0 commit comments