mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Var typo
This commit is contained in:
parent
85f83c773e
commit
3a755208f4
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ class TestDaemon(object):
|
|||
),
|
||||
new_extension_modules_path
|
||||
)
|
||||
opts_dic['extension_modules'] = os.path.join(opts_dict['root_dir'], 'extension_modules')
|
||||
opts_dict['extension_modules'] = os.path.join(opts_dict['root_dir'], 'extension_modules')
|
||||
|
||||
# Point the config values to the correct temporary paths
|
||||
for name in ('hosts', 'aliases'):
|
||||
|
|
Loading…
Add table
Reference in a new issue