close #46; needs doc update

This commit is contained in:
Henrique Dias
2016-02-19 20:58:56 +00:00
parent c274391865
commit 7ebdadbbab
2 changed files with 8 additions and 11 deletions

View File

@@ -170,7 +170,6 @@ func Run(c *config.Config) {
commands.MainSite = nil
viper.Reset()
c.Args = append([]string{"--source", c.Path}, c.Args...)
commands.HugoCmd.ParseFlags(c.Args)
if err := commands.HugoCmd.RunE(nil, nil); err != nil {
log.Print(err)