You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
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