mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +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:
|
else:
|
||||||
response = http.query(dl_path, text=True)
|
response = http.query(dl_path, text=True)
|
||||||
with salt.utils.fopen(out_file, 'w') as outf:
|
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)
|
self._local_install((None, out_file), package)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user