mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
typo fix
This commit is contained in:
parent
fb5d143bc7
commit
4302871bdd
@ -83,6 +83,6 @@ class SaltCloud(parsers.SaltCloudParser):
|
||||
mapper.run_profile()
|
||||
self.exit(0)
|
||||
|
||||
if self.options.map and self.selected_query_option is None::
|
||||
if self.options.map and self.selected_query_option is None:
|
||||
mapper.run_map()
|
||||
self.exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user