lib/alfred_git.rb in alfred_git-0.1.3 vs lib/alfred_git.rb in alfred_git-0.1.4

- old
+ new

@@ -96,9 +96,11 @@ 'last name if you\'d like me to address you as something other than Wayne.' lines_pretty_print Rainbow('(Just hit enter to stick with \'Master Wayne\'.)').yellow name = STDIN.gets.strip! + name = name == '' ? 'Wayne' : name + single_space lines_pretty_print 'Thank you, sir. You...are a sir, correct?' gender_set = false \ No newline at end of file