mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
@@ -45,7 +45,6 @@ func init() {
|
||||
func runWith(env map[string]string, cmd string, inArgs ...interface{}) error {
|
||||
s := argsToStrings(inArgs...)
|
||||
return sh.RunWith(env, cmd, s...)
|
||||
|
||||
}
|
||||
|
||||
// Build hugo binary
|
||||
|
Reference in New Issue
Block a user