From 1046a396ae8723d57196b1adf026b2c8cc89382b Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 19 Apr 2015 23:34:07 -0400 Subject: [PATCH] fixed typo --- v2/bin/ansible-vault | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/bin/ansible-vault b/v2/bin/ansible-vault index 0aa1c0d4bfb..c72d3de017a 100755 --- a/v2/bin/ansible-vault +++ b/v2/bin/ansible-vault @@ -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)