Skip to content

Commit

Permalink
Fix invalid release-info.json.sample
Browse files Browse the repository at this point in the history
An extra ',' causes it to fail validation

$ curl -L https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/release-info.json | jq .
parse error: Expected another key-value pair at line 6, column 2

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau authored and gbraad committed Jun 12, 2024
1 parent c74697c commit 37b772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-info.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": {
"crcVersion": "@CRC_VERSION@",
"gitSha": "@GIT_COMMIT_SHA@",
"openshiftVersion": "@OPENSHIFT_VERSION@",
"openshiftVersion": "@OPENSHIFT_VERSION@"
},
"links": {
"linux": "https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/@CRC_VERSION@/crc-linux-amd64.tar.xz",
Expand Down

0 comments on commit 37b772f

Please sign in to comment.