diff options
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. |