aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 16:57:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 16:57:07 +0300
commit445fdeb93d2d42e9224fcf0540d3751326ec2e0f (patch)
treec835060aebf24df9be237829b9d460158e11de73 /examples
parentrename "output" to "output_dir" in config (diff)
downloadcgitize-445fdeb93d2d42e9224fcf0540d3751326ec2e0f.tar.gz
cgitize-445fdeb93d2d42e9224fcf0540d3751326ec2e0f.zip
rename "ssh" to "clone_via_ssh" in config
Diffstat (limited to 'examples')
-rw-r--r--examples/cgitize.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml
index 9b55d26..b029328 100644
--- a/examples/cgitize.toml
+++ b/examples/cgitize.toml
@@ -8,7 +8,7 @@ output_dir = "/tmp/cgitize"
clone_url = "https://yourhost.com/git/{name}"
# Clones via SSH by default.
-ssh = true
+clone_via_ssh = true
# Unless this is specified, cgit is going to derive the owner from the
# repository's directory ownership.