summaryrefslogtreecommitdiffstats
path: root/commands/undraft.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/undraft.go')
-rw-r--r--commands/undraft.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/undraft.go b/commands/undraft.go
index ae17ab34d..2a3b85360 100644
--- a/commands/undraft.go
+++ b/commands/undraft.go
@@ -19,8 +19,8 @@ import (
"os"
"time"
- "github.com/spf13/cobra"
"github.com/gohugoio/hugo/parser"
+ "github.com/spf13/cobra"
)
var undraftCmd = &cobra.Command{