mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix call of wrong super class
Added a basic test
This commit is contained in:
committed by
Brian Coca
parent
04b86df815
commit
5ece97ae5b
@@ -95,7 +95,7 @@ class ConsoleCLI(CLI, cmd.Cmd):
|
||||
|
||||
self.parser.set_defaults(cwd='*')
|
||||
|
||||
super(AdHocCLI, self).parse()
|
||||
super(ConsoleCLI, self).parse()
|
||||
|
||||
display.verbosity = self.options.verbosity
|
||||
self.validate_conflicts(runas_opts=True, vault_opts=True, fork_opts=True)
|
||||
|
||||
Reference in New Issue
Block a user