diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd54ac..305f18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - removed all functions that would make API github calls -## [0.5.0] - 2021-11-28 +## [.0.5.382] - 2021-11-28 ### Bug Fixes - Fixed issue where symlink points to terraform diff --git a/install.sh b/install.sh index e39752d..d2a0c11 100644 --- a/install.sh +++ b/install.sh @@ -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