We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4973330 commit a41130fCopy full SHA for a41130f
mcdbcli
@@ -136,7 +136,7 @@ print_factions() {
136
for faction_json in $(jq -c '.[]' <<<"$cards_json"); do
137
local faction_code=$(jq -r '.[0].faction_code' <<<"$faction_json")
138
print_faction_heading $faction_code
139
- for card_json in $(jq -c --arg alpha $ALPHABETICAL_ORDER 'if $alpha
+ for card_json in $(jq -c --arg alpha $ALPHABETICAL_ORDER 'if $alpha == "true"
140
then sort_by(.real_name) | .[]
141
else .[] end' <<<"$faction_json"); do
142
print_card "$card_json"
0 commit comments