Skip to content

Commit

Permalink
Merge pull request #113 from warrensbox/master
Browse files Browse the repository at this point in the history
Fix for homebrew
  • Loading branch information
warrensbox committed Mar 11, 2022
2 parents 765aba9 + f1bf68d commit 3905965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 3905965

Please sign in to comment.