mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed typo
This commit is contained in:
@@ -67,7 +67,7 @@ class Cli(object):
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
def run(self, options, args)
|
||||
def run(self, options, args):
|
||||
|
||||
action = self.get_action(args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user