diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 23:04:31 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 23:04:31 +0100 |
commit | 0a7365d6fc4d87790d791449dc650b6d88e75acf (patch) | |
tree | f0b9130047bfcd1760aa12219b55731c2aa5f051 /.local/bin/qotd | |
parent | b72e608374b24977279b580cdab474714fe76a74 (diff) |
qotd: Remove ‘exit 0’
Diffstat (limited to '.local/bin/qotd')
-rwxr-xr-x | .local/bin/qotd | 2 |
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 |