Skip to content

Commit 59f5f81

Browse files
committed
fix(admin): jq sort by statement
1 parent 265052a commit 59f5f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/fetch_updated_apps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ function fetch_updated_apps() {
7272
| jq -r "${JQ_QUERY}" >> diff.json
7373
done
7474

75-
jq --slurp '.[] | sort_by(.app)' diff.json > __diff.json
75+
jq --slurp '. | sort_by(.app)' diff.json > __diff.json
7676
mv __diff.json diff.json
7777
}

0 commit comments

Comments
 (0)