Skip to content

Commit

Permalink
Merge pull request #31172 from techhat/bootsdir
Browse files Browse the repository at this point in the history
Use correct deploy directory
  • Loading branch information
basepi committed Feb 12, 2016
2 parents d2f7c1e + be4ed15 commit 2b93f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/config/__init__.py
Expand Up @@ -1861,6 +1861,7 @@ def cloud_config(path, env_var='SALT_CLOUD_CONFIG', defaults=None,
os.path.abspath(
os.path.join(
os.path.dirname(__file__),
'..',
'cloud',
'deploy'
)
Expand Down

0 comments on commit 2b93f53

Please sign in to comment.