Skip to content

Commit

Permalink
fix: corrected apple silicon architecture id -> dl correct binary (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish authored Jan 16, 2024
1 parent 5da62c5 commit e1deee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cmdFileName": "kn-darwin-amd64",
"dlFileName": "kn-darwin-amd64"
},
"osx-arm64": {
"osx-aarch64": {
"url": "https://github.com/knative/client/releases/download/knative-v1.8.1/kn-darwin-arm64",
"cmdFileName": "kn-darwin-arm64",
"dlFileName": "kn-darwin-arm64"
Expand Down

0 comments on commit e1deee3

Please sign in to comment.