summaryrefslogtreecommitdiffstats
path: root/magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'magefile.go')
-rw-r--r--magefile.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/magefile.go b/magefile.go
index 02e49b66e..16f630abc 100644
--- a/magefile.go
+++ b/magefile.go
@@ -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