Skip to content

Commit

Permalink
Capitalize n to indicate it as the default value in confirmation (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Nov 24, 2023
1 parent d8263b4 commit 300f18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def self.color(message, color_key)
end

def self.confirm(message)
shell.yes?("#{message} (y/n)")
shell.yes?("#{message} (y/N)")
end

def self.warn(message)
Expand Down

0 comments on commit 300f18f

Please sign in to comment.