summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-16 23:04:31 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-16 23:04:31 +0100
commit0a7365d6fc4d87790d791449dc650b6d88e75acf (patch)
treef0b9130047bfcd1760aa12219b55731c2aa5f051 /.local/bin
parentb72e608374b24977279b580cdab474714fe76a74 (diff)
qotd: Remove ‘exit 0’
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/qotd2
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/qotd b/.local/bin/qotd
index ec1eb20..fed3297 100755
--- a/.local/bin/qotd
+++ b/.local/bin/qotd
@@ -28,5 +28,3 @@ older_than_today "$QOTD" \
&& yq -0 '.mangoes.[].quote.content' <"$QUOTES" \
| shuf -zn1 \
| tr '\0' '\n' >"$QOTD"
-
-exit 0