summaryrefslogtreecommitdiff
path: root/examples/repeat_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/repeat_entry.rb')
-rw-r--r--examples/repeat_entry.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/repeat_entry.rb b/examples/repeat_entry.rb
index 5e67f7d..9afd7ec 100644
--- a/examples/repeat_entry.rb
+++ b/examples/repeat_entry.rb
@@ -17,8 +17,8 @@ puts "Ok, you did it."
pass = ask("<%= key %>: ") do |q|
q.echo = '*'
q.verify_match = true
- q.gather = {"Enter a password" => '',
- "Please type it again for verification" => ''}
+ q.gather = { "Enter a password" => '',
+ "Please type it again for verification" => '' }
end
puts "Your password is now #{pass}!"