Skip to content

Commit e987d2d

Browse files
committed
Corrected the path to the draft archive in the settings file.
- Legacy-Id: 2727
1 parent 8a5e63e commit e987d2d

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
@@ -170,7 +170,7 @@
170170
IESG_ROLL_CALL_FILE = '/a/www/www6/iesg/internal/rollcall.txt'
171171
IESG_MINUTES_FILE = '/a/www/www6/iesg/internal/minutes.txt'
172172
IESG_WG_EVALUATION_DIR = "/a/www/www6/iesg/evaluation"
173-
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/ietf/DRAFT_ARCHIVE'
173+
INTERNET_DRAFT_ARCHIVE_DIR = '/a/www/www6s/draft-archive'
174174

175175
# Override this in settings_local.py if needed
176176
CACHE_MIDDLEWARE_SECONDS = 300

0 commit comments

Comments
 (0)