summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/ponzu/options.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go
index c905b47..d431926 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)