m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-24 01:07:53 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-24 01:07:53 +0200
commitd11370d5efda4dc42505a456bd8cae0d37756583 (patch)
tree7d9471d5b654562e750c6208cabe926dd79a4b6c
parentd11f14949125a5595f70df7bdce973ba68e5ab76 (diff)
Shorten not Sunday message
-rwxr-xr-xsunday.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunday.rb b/sunday.rb
index 43cf824..8173da3 100755
--- a/sunday.rb
+++ b/sunday.rb
@@ -18,7 +18,7 @@ no_thoughts = <<~END
No thoughts to share this week. Check back next Sunday!
END
not_sunday = <<~END
- It's not Sunday today, the corner is closed. Check back on Sunday!
+ Corner's closed today. Check back on Sunday!
END
cgi = CGI.new