From 33dbf721ecc2154b845f915b23b6e5a4fc83055b Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 5 Mar 2016 15:20:50 +0000 Subject: [PATCH] Update hugo.go --- hugo/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/hugo.go b/hugo/hugo.go index 05a0c23f..6c510b3a 100644 --- a/hugo/hugo.go +++ b/hugo/hugo.go @@ -74,7 +74,7 @@ func GetPath() string { downloadHugo() checkSHA256() - fmt.Print("Unziping... ") + fmt.Print("Unzipping... ") // Unzip or Ungzip the file switch runtime.GOOS {