Skip to content

Commit

Permalink
Merge pull request #30 from bjbishop/fix/spelling-error
Browse files Browse the repository at this point in the history
Fix a spelling mistake 💛
  • Loading branch information
warrensbox authored Sep 28, 2018
2 parents 8e2dcb0 + ae06d94 commit 3bce394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func Install(tfversion string) {

/* set symlink to desired version */
CreateSymlink(installLocation+installVersion+tfversion, installedBinPath)
fmt.Printf("Swicthed terraform to version %q \n", tfversion)
fmt.Printf("Switched terraform to version %q \n", tfversion)
os.Exit(0)
}

Expand Down Expand Up @@ -119,7 +119,7 @@ func Install(tfversion string) {

/* set symlink to desired version */
CreateSymlink(installLocation+installVersion+tfversion, installedBinPath)
fmt.Printf("Swicthed terraform to version %q \n", tfversion)
fmt.Printf("Switched terraform to version %q \n", tfversion)
os.Exit(0)
}

Expand Down

0 comments on commit 3bce394

Please sign in to comment.