Skip to content

Commit 86825e7

Browse files
committed
fix: Sort keys
1 parent 8c188c9 commit 86825e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch-params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ curl \
9595
--no-progress-meter \
9696
--fail \
9797
"https://${BLOCKFROST_HOST}/api/v0/epochs/latest/parameters" \
98-
| jq . \
98+
| jq --sort-keys . \
9999
> "${tmpfile}"
100100

101101
mkdir -p "${ENV}"

0 commit comments

Comments
 (0)