From 8e2dcb01ddcdb04254cceb42cd50ea6ea26bce88 Mon Sep 17 00:00:00 2001 From: WarrensBox Date: Sun, 24 Jun 2018 11:54:27 -0500 Subject: [PATCH 1/2] update bundle version --- docs/_site/additional.html | 10 +++++----- docs/_site/index.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 @@

Troubleshoot:

Back to main

-

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 @@

Issues

Additional Info

-

VERSION: 0.3.475. This project is maintained by warrensbox

+

VERSION: 0.4.552. This project is maintained by warrensbox

From ae06d9409cab2f495b65d16f2105fd93e6f3189b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 28 Sep 2018 11:40:24 -0500 Subject: [PATCH 2/2] Fix a spelling mistake :yellow_heart: --- lib/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }