cgit

commit 3796c2d8d21099007ea4b0572522003ceafb4eab

Author: Todd Zullinger <tmz@pobox.com>

Fix tar.bz2 snapshot example

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 cgitrc.5.txt | 4 ++--


diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 7887b02ce60ca7701b0a3d5d4db9aac9a2136325..ab9ab66571b4934f6837186d99cd5712f65a478f 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -288,8 +288,8 @@ # Include some more info about foobar.com on the index page
 root-readme=/var/www/htdocs/about.html
 
 
-# Allow download of tar.gz, tar.bz and zip-files
-snapshots=tar.gz tar.bz zip
+# Allow download of tar.gz, tar.bz2 and zip-files
+snapshots=tar.gz tar.bz2 zip
 
 
 ##