Skip to content

Commit

Permalink
Update lib/install.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vianney Foucault <[email protected]>
  • Loading branch information
hlepesant and vfoucault authored Nov 26, 2021
1 parent 9616cf0 commit f51e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
installPath = ".terraform.versions"
recentFile = "RECENT"
defaultBin = "/usr/local/bin/terraform" //default bin installation dir
tfDarwinArm64 = "1.0.2"
tfDarwinArm64StartVersion = "1.0.2"
)

var (
Expand Down

0 comments on commit f51e56d

Please sign in to comment.