aboutsummaryrefslogtreecommitdiff
path: root/collector
diff options
context:
space:
mode:
Diffstat (limited to 'collector')
-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