Commit 1046a396 by Brian Coca

fixed typo

parent 6d68d66d
...@@ -67,7 +67,7 @@ class Cli(object): ...@@ -67,7 +67,7 @@ class Cli(object):
return parser.parse_args() return parser.parse_args()
def run(self, options, args) def run(self, options, args):
action = self.get_action(args) action = self.get_action(args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment