summaryrefslogtreecommitdiff
path: root/cmd/ponzu/options.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-02 21:15:25 -0700
committerSteve Manuel <nilslice@gmail.com>2016-11-02 21:15:25 -0700
commit676c8452b7d78100d1501d09901d4b04ae824f41 (patch)
treed4fc79f6c65dea5f352f0415550cc9df7221841e /cmd/ponzu/options.go
parentf11fd342252868e2db9888b82e30969ad5b560da (diff)
testing format verb to catch newline
Diffstat (limited to 'cmd/ponzu/options.go')
-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)