mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Minor style change
Double-quotes to single-quotes, per SaltStack style guide.
This commit is contained in:
parent
e3916813bb
commit
a606a42575
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue