summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-05-03 20:19:21 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-05-03 20:19:21 +0100
commit95ecd8a2d8fd95de04f0e2ab5f55cc800eb2c00c (patch)
tree9fed59c6654fde969a41c8cd494246d53e1a0e2c
parent2a089c0f54e2db567ba272792a367682e326d7fd (diff)
downloadinfra-95ecd8a2d8fd95de04f0e2ab5f55cc800eb2c00c.tar.gz
infra-95ecd8a2d8fd95de04f0e2ab5f55cc800eb2c00c.tar.bz2
infra-95ecd8a2d8fd95de04f0e2ab5f55cc800eb2c00c.zip
Add dots to comments
-rw-r--r--roles/cgit/files/cgitrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/cgit/files/cgitrc b/roles/cgit/files/cgitrc
index 775b8a9..53bd273 100644
--- a/roles/cgit/files/cgitrc
+++ b/roles/cgit/files/cgitrc
@@ -37,17 +37,17 @@ virtual-root=/
# List of repositories. This is explicit list instead of scan-path to allow
# private repositories.
-# Blog
+# Blog.
repo.url=blog.git
repo.path=/srv/git/blog.git
repo.desc=Code and content for blog.ilvokhin.com.
-# Home
+# Home.
repo.url=home.git
repo.path=/srv/git/home.git
repo.desc=Code for ilvokhin.com.
-# Infra
+# Infra.
repo.url=infra.git
repo.path=/srv/git/infra.git
repo.desc=Ansible playbooks for personal infrastructure.