Skip to content

Commit f0cee14

Browse files
committed
Made a setting more DRY.
- Legacy-Id: 14302
1 parent 615aba4 commit f0cee14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def skip_unreadable_post(record):
861861
TRAC_CREATE_GROUP_ACRONYMS = ['iesg', 'iaoc', 'ietf', ]
862862
TRAC_CREATE_ADHOC_WIKIS = [
863863
# admin group, name, path
864-
('iesg', 'Meeting', '/a/www/www6s/trac/ietf/meeting'),
864+
('iesg', 'Meeting', TRAC_WIKI_DIR_PATTERN % "ietf/meeting"),
865865
]
866866

867867
SVN_PACKAGES = [

0 commit comments

Comments
 (0)