mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint.
This commit is contained in:
parent
3661ee071a
commit
7dd57d0352
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def downloaded(name, artifact, target_dir='/tmp', target_file=None, use_literal_
|
|||
'changes': {},
|
||||
'comment': ''}
|
||||
|
||||
if 'test' in __opts__ and __opts__ ['test'] is True:
|
||||
if 'test' in __opts__ and __opts__['test'] is True:
|
||||
fetch_result = {}
|
||||
fetch_result['status'] = True
|
||||
fetch_result['comment'] = 'Artifact would be downloaded from URL: {0}'.format(artifact['artifactory_url'])
|
||||
|
|
Loading…
Add table
Reference in a new issue