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

@@ -178,7 +178,7 @@ func Run(c *config.Config, force bool) {
}
}
if err := RunCommand("hugo", c.Args, c.Path); err != nil {
if err := RunCommand(c.Hugo, c.Args, c.Path); err != nil {
log.Panic(err)
}
}