Skip to content

Commit

Permalink
Fix a spelling mistake 💛
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Bishop committed Sep 28, 2018
1 parent 8e2dcb0 commit ae06d94
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 ae06d94

Please sign in to comment.