From fe83294b14f8c04812a8a8ca5443979ba8740e2a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 10 Feb 2016 19:43:13 +0000 Subject: [PATCH] remove question --- utils/utils.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/utils.go b/utils/utils.go index 2587b3f0..d122b08a 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -2,7 +2,6 @@ package utils import ( "errors" - "fmt" "io" "log" "net/http" @@ -183,7 +182,6 @@ func Run(c *config.Config) { } if create { - fmt.Print("Are you sure you want to generate a Hugo website on " + c.Path + "? (y/n)") cmd := &cobra.Command{} cmd.Flags().Bool("force", true, "") commands.NewSite(cmd, []string{c.Path})