From: martin f. krafft <madduck@madduck.net>
Date: Fri, 9 May 2008 14:14:21 +0000 (+0100)
Subject: punctuate message
X-Git-Url: https://git.madduck.net/etc/quotes.git/commitdiff_plain/b01fd0d50072db60131e6ff53ad8141d852c3b0a?ds=sidebyside;hp=9e938bcd793bf2477c265979f00a88b66eb9487a

punctuate message
---

diff --git a/.bin/get_quote b/.bin/get_quote
index 546a74b..3412585 100755
--- a/.bin/get_quote
+++ b/.bin/get_quote
@@ -9,7 +9,7 @@ set -eu
 
 if [ ! -x "$(command -v fortune)" ]; then
   echo "E: fortune not installed" >&2
-  echo "This space unintentionally left blank"
+  echo "This space unintentionally left blank."
   exit 1
 fi