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

Improved altenate greeting

parent ad5d8d51
No related branches found
No related tags found
1 merge request!1Improve Greetings
...@@ -59,7 +59,7 @@ name = ...@@ -59,7 +59,7 @@ name =
if data["first"] if data["first"]
"#{data["first"]} #{data["last"]} (#{ENV["USER"]})" "#{data["first"]} #{data["last"]} (#{ENV["USER"]})"
else else
"whoever you are" "fine human being"
end end
IO.popen(MaybeCow.program(options), "w") do |c| 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