From 2463848086e1203dfdb86bcf7300b74c84145085 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 11:10:53 +0300 Subject: "clone_url": fix nested repository directory --- examples/cgitize.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/cgitize.toml') 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 -- cgit v1.2.3