close #47
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user