Fixed invalid deploy_scripts_search_path

This commit is contained in:
Clark Perkins 2016-03-23 16:29:53 -05:00
parent bc9a899bc8
commit 5a9f4e947e

View file

@ -1851,7 +1851,6 @@ def cloud_config(path, env_var='SALT_CLOUD_CONFIG', defaults=None,
os.path.abspath(
os.path.join(
os.path.dirname(__file__),
'..',
'cloud',
'deploy'
)