README: rm a space - pubsubhubbubblub - pubsubhubbub client implementation
 (HTM) git clone git://git.codemadness.org/pubsubhubbubblub
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cbca4a4887b25c8e66fb1e6a63a5c16bb88f263c
 (DIR) parent eff216fd5da5e9f61dd9c408866629b97378961f
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 29 May 2022 16:17:15 +0200
       
       README: rm a space
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -146,7 +146,7 @@ it to a plain-text list.
        
                #!/bin/sh
                cd /var/www/pubsub-data
       -        tail -f log  | \
       +        tail -f log | \
                        LC_ALL=C awk '{ print $2 "\t" $3; fflush(); }' | \
                        while IFS="        " read -r feed file; do sfeed < "feeds/${feed}/${file}"; done | \
                        sfeed_plain