Update hugo.go

This commit is contained in:
Henrique Dias 2016-03-05 15:20:50 +00:00
parent ee1a652482
commit 33dbf721ec
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func GetPath() string {
downloadHugo() downloadHugo()
checkSHA256() checkSHA256()
fmt.Print("Unziping... ") fmt.Print("Unzipping... ")
// Unzip or Ungzip the file // Unzip or Ungzip the file
switch runtime.GOOS { switch runtime.GOOS {