update Hugo calls

This commit is contained in:
Henrique Dias
2016-02-20 22:33:10 +00:00
parent e8874fabf1
commit 454c59e8a3
4 changed files with 6 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
package config
import (
"fmt"
"log"
"os"
"os/user"
"path/filepath"
"runtime"
"strings"
@@ -40,8 +40,9 @@ func ParseHugo(c *setup.Controller) (*Config, error) {
conf.Hugo += ".exe"
}
conf.Hugo = filepath.Clean(conf.Hugo)
if _, err := os.Stat(conf.Hugo); os.IsNotExist(err) {
fmt.Print("hey")
insthugo.Install()
}