This commit is contained in:
mafro 2012-11-15 22:04:18 +00:00
parent fb5d143bc7
commit 4302871bdd

View File

@ -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)