]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fix: collector: minor output correction
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Jul 2023 19:27:57 +0000 (16:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Jul 2023 19:27:57 +0000 (16:27 -0300)
collector

index fcbb3b71379607d4546eac05911c4a74faa61e4e..f8545f9e4f461de300ab2fc07ca2c0a7b559b0ac 100755 (executable)
--- 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