From ddd47642dfc11c0a6e49872448f9bf24e73209ed Mon Sep 17 00:00:00 2001 From: TomiNubi <tomisin.ogunnubi2020@gmail.com> Date: Thu, 7 Oct 2021 10:45:09 +0100 Subject: [PATCH] Improved altenate greeting --- hello.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.rb b/hello.rb index 017659f..bc5b5c1 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| -- GitLab