Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keedi committed Oct 25, 2010
1 parent f2a3e6e commit 4439dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugzilla-gitweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
WEB='www-data'
ROOT='root'

CONF='/etc/bugzilla/gitweb.conf'
CONF='/etc/bugzilla3/gitweb.conf'
CGI='/usr/share/bugzilla3/web/gitweb.cgi'
CSS='/usr/share/bugzilla3/web/skins/standard/gitweb.css'
TMPL='/var/lib/bugzilla3/template/en/default/gitweb.html.tmpl'

#
# /etc/bugzilla/gitweb.conf
# /etc/bugzilla3/gitweb.conf
#
cp gitweb.conf $CONF
chown $WEB.$WEB $CONF
Expand Down

0 comments on commit 4439dfe

Please sign in to comment.