We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be645cd commit bbe9216Copy full SHA for bbe9216
git-instaweb.sh
@@ -612,7 +612,7 @@ python_conf() {
612
ln -sf "$root/static" "$fqgitdir/gitweb/$httpd_only/"
613
614
# generate a standalone 'python http.server' script in $fqgitdir/gitweb
615
- # This asumes that python is in user's $PATH
+ # This assumes that python is in user's $PATH
616
# This script is Python 2 and 3 compatible
617
cat > "$fqgitdir/gitweb/gitweb.py" <<EOF
618
#!/usr/bin/env python
0 commit comments