aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cgitize.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml
index 22ace41..93d4c1d 100644
--- a/examples/cgitize.toml
+++ b/examples/cgitize.toml
@@ -3,9 +3,9 @@
# /var/tmp/cgitize by default.
output_dir = "/tmp/cgitize"
-# URL to clone from the output directory. {name} is replaced by the repository
-# name.
-clone_url = "https://yourhost.com/git/{name}"
+# URL to clone from the output directory. {repo} is replaced by the
+# repository's directory path.
+clone_url = "https://yourhost.com/git/{repo}"
# Clones via SSH by default.
clone_via_ssh = false