mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Fix typo
This commit is contained in:
parent
874626e5d7
commit
3c894fc128
1 changed files with 1 additions and 2 deletions
|
@ -1375,8 +1375,7 @@ class Pillar:
|
|||
self.client.destroy()
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
if self.client:
|
||||
if self.fileclient:
|
||||
try:
|
||||
self.fileclient.destroy()
|
||||
except AttributeError:
|
||||
|
|
Loading…
Add table
Reference in a new issue