diff --git a/hello.rb b/hello.rb index 017659fcd4d705a7444b8091d67b34a94327c209..bc5b5c1d428df2b8c39d31278d15a1a8face6775 100755 --- a/hello.rb +++ b/hello.rb @@ -59,7 +59,7 @@ name = if data["first"] "#{data["first"]} #{data["last"]} (#{ENV["USER"]})" else - "whoever you are" + "fine human being" end IO.popen(MaybeCow.program(options), "w") do |c|