about summary refs log tree commit homepage
path: root/Documentation/mknews.perl
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-21 22:10:55 +0000
committerEric Wong <e@80x24.org>2020-12-22 03:36:56 +0000
commit2adbbf87748719b422ba08d674ccb35637cb76b5 (patch)
tree2da09ffa5f592b84a3ec625e45853c0e9f6ef8b9 /Documentation/mknews.perl
parentc13272432ad28adb506faf6fb9121569cf5ec710 (diff)
downloadpublic-inbox-2adbbf87748719b422ba08d674ccb35637cb76b5.tar.gz
public-inbox.org will expire in a few years, so ensure Tor .onions
can be known before then.
Diffstat (limited to 'Documentation/mknews.perl')
-rwxr-xr-xDocumentation/mknews.perl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/mknews.perl b/Documentation/mknews.perl
index d87c2609..a11dd5f0 100755
--- a/Documentation/mknews.perl
+++ b/Documentation/mknews.perl
@@ -119,10 +119,10 @@ sub html_start {
 }
 
 sub html_end {
-        print $out <<EOF or die;
-        git clone $PublicInbox::WwwStream::CODE_URL
-</pre></body></html>
-EOF
+        for (@$PublicInbox::WwwStream::CODE_URL) {
+                print $out "        git clone $_\n" or die;
+        }
+        print $out "</pre></body></html>\n" or die;
 }
 
 sub atom_start {