fixed typo

This commit is contained in:
Brian Coca 2015-04-19 23:34:07 -04:00
parent 6d68d66d3c
commit 1046a396ae

View file

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