diff options
-rw-r--r-- | cmd/ponzu/options.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 8b3617c..f092bf0 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -177,6 +177,7 @@ func newProjectInDir(path string) error { switch answer { case "n", "no", "\r\n", "\n", "": fmt.Println("") + fmt.Println(answer) case "y", "yes": err := os.RemoveAll(path) |