diff --git a/docs/_site/additional.html b/docs/_site/additional.html index 6f8b28bb..59a27847 100644 --- a/docs/_site/additional.html +++ b/docs/_site/additional.html @@ -25,7 +25,7 @@ {"description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebPage","url":"http://localhost:4000/additional.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/img/logo.png"}},"headline":"tfswitch","@context":"http://schema.org"} - + @@ -59,8 +59,8 @@
@@ -113,12 +113,12 @@VERSION: 0.3.475. This project is maintained by warrensbox
+VERSION: 0.4.552. This project is maintained by warrensbox
diff --git a/docs/_site/index.html b/docs/_site/index.html index 70cd4291..0df19d84 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -25,7 +25,7 @@ {"name":"tfswitch","description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebSite","url":"http://localhost:4000/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/img/logo.png"}},"headline":"Terraform Switcher","@context":"http://schema.org"} - + @@ -59,8 +59,8 @@ @@ -133,12 +133,12 @@VERSION: 0.3.475. This project is maintained by warrensbox
+VERSION: 0.4.552. This project is maintained by warrensbox
diff --git a/lib/install.go b/lib/install.go index 22f8d1e0..60c25fd9 100644 --- a/lib/install.go +++ b/lib/install.go @@ -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) } @@ -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) }