diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:43:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:47:34 +0300 |
commit | fbcc505e168a5924b98e7f6b781270a02e998533 (patch) | |
tree | 95c5c49557ab09a2b826aa791e3a2ddae4d85a26 | |
parent | support skipping some of user's repositories (diff) | |
download | cgitize-fbcc505e168a5924b98e7f6b781270a02e998533.tar.gz cgitize-fbcc505e168a5924b98e7f6b781270a02e998533.zip |
examples/cgitize.toml: fix a typo
-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 3a798d5..11ec6ef 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -4,7 +4,7 @@ output_dir = "/tmp/cgitize" # URL to clone from the output directory. {name} is replaced by the repository -# ID. +# name. clone_url = "https://yourhost.com/git/{name}" # Clones via SSH by default. |