Skip to content

Commit

Permalink
Merge pull request #106 from ddaskal/patch-1
Browse files Browse the repository at this point in the history
Fix Install Platform Typo For `darwin/arm64`
  • Loading branch information
warrensbox committed Mar 8, 2022
2 parents f4f2417 + d6c02ef commit f1bf68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ is_supported_platform() {
case "$platform" in
windows/amd64) found=0 ;;
darwin/amd64) found=0 ;;
darwin/amd64) found=0 ;;
darwin/arm64) found=0 ;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac
Expand Down

0 comments on commit f1bf68d

Please sign in to comment.