From 2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 24 Jul 2023 16:27:57 -0300 Subject: Fix: collector: minor output correction --- collector | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3