This commit is contained in:
Henrique Dias
2016-03-03 21:15:54 +00:00
parent 49440f6aee
commit 5648147f50
3 changed files with 7 additions and 5 deletions

View File

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