Skip to content

Commit e088dce

Browse files
committed
fix typo error.
Ver ietf-tools#909 - Legacy-Id: 5120
1 parent 43516e5 commit e088dce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@
261261

262262
# NomCom Tool settings
263263
ROLODEX_URL = ""
264-
PUBLIC_KEYS_URL = BASE_DIR + "/publick_keys/"
264+
PUBLIC_KEYS_URL = BASE_DIR + "/public_keys/"
265+
NOMCOM_FROM_EMAIL = ''
265266

266267
# Days from meeting to cut off dates on submit
267268
FIRST_CUTOFF_DAYS = 19

0 commit comments

Comments
 (0)