update Hugo calls
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user