We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265052a commit 59f5f81Copy full SHA for 59f5f81
admin/fetch_updated_apps.sh
@@ -72,6 +72,6 @@ function fetch_updated_apps() {
72
| jq -r "${JQ_QUERY}" >> diff.json
73
done
74
75
- jq --slurp '.[] | sort_by(.app)' diff.json > __diff.json
+ jq --slurp '. | sort_by(.app)' diff.json > __diff.json
76
mv __diff.json diff.json
77
}
0 commit comments