mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Minor style change
Double-quotes to single-quotes, per SaltStack style guide.
This commit is contained in:
parent
e3916813bb
commit
a606a42575
@ -428,7 +428,7 @@ class SPMClient(object):
|
||||
else:
|
||||
response = http.query(dl_path, text=True)
|
||||
with salt.utils.fopen(out_file, 'w') as outf:
|
||||
outf.write(response.get("text"))
|
||||
outf.write(response.get('text'))
|
||||
|
||||
self._local_install((None, out_file), package)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user