From 445fdeb93d2d42e9224fcf0540d3751326ec2e0f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 16:57:07 +0300 Subject: rename "ssh" to "clone_via_ssh" in config --- examples/cgitize.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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. -- cgit v1.2.3