From fbcc505e168a5924b98e7f6b781270a02e998533 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 2 Aug 2021 09:43:55 +0300
Subject: examples/cgitize.toml: fix a typo

---
 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 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.
-- 
cgit v1.2.3