From add1c663d1048d76b3d608e81f8e653f79b8f9f5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Jul 2016 02:18:50 +0000 Subject: www_stream: fix stupid typo :x Note to self: remember to run tests Fixes: 52052329aced ("git: allow cloning from the URL root, too") --- lib/PublicInbox/WwwStream.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/WwwStream.pm') diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index 87a461e1..fdab4da3 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -87,7 +87,7 @@ sub _html_end { '- ' . $desc, $urls, 'Archived served using code from public-inbox:', - "\tgit clone $url public-inbox", + qq(\tgit clone $url public-inbox), ).''; } -- cgit v1.2.3-24-ge0c7