From f83a22f89e16890a6007c5e5f712cb8459649f22 Mon Sep 17 00:00:00 2001 From: Nicolas Szalay Date: Fri, 17 Oct 2014 14:18:30 +0200 Subject: aesthetics: that trailing space missing makes me uncomfortable --- lib/chef/knife/core/ui.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/chef/knife/core/ui.rb b/lib/chef/knife/core/ui.rb index f3ecfbcae8..00a4834638 100644 --- a/lib/chef/knife/core/ui.rb +++ b/lib/chef/knife/core/ui.rb @@ -209,11 +209,11 @@ class Chef def confirmation_instructions(default_choice) case default_choice when true - '? (Y/n)' + '? (Y/n) ' when false - '? (y/N)' + '? (y/N) ' else - '? (Y/N)' + '? (Y/N) ' end end -- cgit v1.2.1