summaryrefslogtreecommitdiffstats
path: root/dovetail/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/constants.py')
-rw-r--r--dovetail/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/constants.py b/dovetail/constants.py
index c3ce615e..00203f53 100644
--- a/dovetail/constants.py
+++ b/dovetail/constants.py
@@ -11,7 +11,7 @@ import os.path
DOVETAIL_CONF_PATH = '/etc/dovetail'
USERCONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'userconfig')
-PATCH_PATH = os.path.join(DOVETAIL_CONF_PATH, 'patch')
+PATCH_PATH = os.path.join(DOVETAIL_CONF_PATH, 'patches')
CONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'conf')
TESTCASE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'testcase')
COMPLIANCE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'compliance')