improvements on installHugo script

This commit is contained in:
Henrique Dias
2016-02-23 20:16:56 +00:00
parent e7369b17b5
commit 2c5d6f3d4e
2 changed files with 90 additions and 76 deletions

View File

@@ -23,7 +23,7 @@ func ParseHugo(c *setup.Controller) (*Config, error) {
Path: "./",
}
conf.Hugo = insthugo.Install()
conf.Hugo = insthugo.GetPath()
for c.Next() {
args := c.RemainingArgs()