mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed typo
This commit is contained in:
parent
6d68d66d3c
commit
1046a396ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue