]> git.armaanb.net Git - stagit.git/blobdiff - repo-gen.sh
Add synatx highlighting with Pygment.
[stagit.git] / repo-gen.sh
index afae9305c8ed38a512b67d19e17e0262b1601d27..b58559fb7d1ba32a8ce80c70b5ac75dd02e02483 100755 (executable)
@@ -36,5 +36,5 @@ echo "Generating index.html with \`$STAGIT_INDEX\`."
 "$STAGIT_INDEX" /srv/git/*.git > /var/www/git/index.html
 
 # Correct ownership of the web files.
-chowm git:www-data -R /var/www/git -f
+chown git:www-data -R /var/www/git -f
 chmod         g+rw -R /var/www/git -f