aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-24 16:27:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-24 16:27:57 -0300
commit2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0 (patch)
tree9178dd3382df4948c58a584b6c38cc726c9c7f4b
parent47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6 (diff)
downloadscripts-2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0.tar.gz
scripts-2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0.tar.bz2
Fix: collector: minor output correction
-rwxr-xr-xcollector1
1 files changed, 1 insertions, 0 deletions
diff --git a/collector b/collector
index fcbb3b7..f8545f9 100755
--- a/collector
+++ b/collector
@@ -30,6 +30,7 @@ elif [ "$ACTION" == "list" ]; then
echo "Collected items at $COLLECTOR_FILE:"
echo ""
grep -e "^\* \[ \]" "$COLLECTOR_FILE"
+ echo ""
fi
elif [ "$ACTION" == "edit" ]; then
if [ ! -z "$EDITOR" ]; then