diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 16:57:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 16:57:07 +0300 |
commit | 445fdeb93d2d42e9224fcf0540d3751326ec2e0f (patch) | |
tree | c835060aebf24df9be237829b9d460158e11de73 /examples | |
parent | rename "output" to "output_dir" in config (diff) | |
download | cgitize-445fdeb93d2d42e9224fcf0540d3751326ec2e0f.tar.gz cgitize-445fdeb93d2d42e9224fcf0540d3751326ec2e0f.zip |
rename "ssh" to "clone_via_ssh" in config
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.toml | 2 |
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. |