Skip to content

Commit 661d89e

Browse files
committed
Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
- Legacy-Id: 10923
1 parent e8ed460 commit 661d89e

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
@@ -582,7 +582,7 @@ def skip_unreadable_post(record):
582582
GROUP_VIRTUAL_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-virtual")
583583
GROUP_VIRTUAL_DOMAIN = "virtual.ietf.org"
584584

585-
POSTCONFIRM_PATH = "/a/postconfirm/test-wrapper"
585+
POSTCONFIRM_PATH = "/a/postconfirm/wrapper"
586586

587587
USER_PREFERENCE_DEFAULTS = {
588588
"expires_soon" : "14",

0 commit comments

Comments
 (0)