mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix #34
This commit is contained in:
parent
d1351359b5
commit
63a50bfae5
@ -175,8 +175,11 @@ func Run(c *config.Config) {
|
||||
|
||||
viper.Reset()
|
||||
commands.HugoCmd.ParseFlags(c.Args)
|
||||
// EXPERIENCE: using those args instead of nil, nil
|
||||
commands.HugoCmd.Run(commands.HugoCmd, make([]string, 0))
|
||||
err = commands.HugoCmd.RunE(nil, nil)
|
||||
|
||||
if err != nil {
|
||||
log.Print(err)
|
||||
}
|
||||
|
||||
err = os.Chdir(cwd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user