summaryrefslogtreecommitdiffstats
path: root/gitsrht/repos.py
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-02 20:17:42 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-03 09:56:18 -0400
commit4eeef3ae8999b5cac725d2f59fbbe5c23c3f789f (patch)
tree59a793de99b7de447bbf89c3f7ec16d65a17bf9c /gitsrht/repos.py
parent6b4f1b34e70b9be419a82a2bc54d92730796cb76 (diff)
Update for sr.ht unified config
Diffstat (limited to 'gitsrht/repos.py')
-rw-r--r--gitsrht/repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/repos.py b/gitsrht/repos.py
index 0ed6fb7..8e617e2 100644
--- a/gitsrht/repos.py
+++ b/gitsrht/repos.py
@@ -6,7 +6,7 @@ import shutil
import re
import os
-repos_path = cfg("cgit", "repos")
+repos_path = cfg("git.sr.ht", "repos")
post_update = cfg("git.sr.ht", "post-update-script")
def validate_name(valid, owner, repo_name):