This commit is contained in:
Henrique Dias
2016-02-20 12:04:12 +00:00
parent 9e135967cb
commit 5fd7adec7a
5 changed files with 44 additions and 43 deletions

View File

@@ -50,7 +50,7 @@ func ParseHugo(c *setup.Controller) (*Config, error) {
value = c.Val()
}
conf.Args = append(conf.Args, key, value)
conf.Args = append(conf.Args, key+"="+value)
}
}
}