Skip to content
Snippets Groups Projects
Commit f6a1910e authored by TomiNubi's avatar TomiNubi
Browse files

Improve alternate greeting

parent 488437e2
No related branches found
No related tags found
1 merge request!1Improve Greetings
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment