From cc2d3e0f1aaadc3ec3592625f2413cbf589c0aaa Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Feb 2012 01:40:56 -0500 Subject: [PATCH] Fix my error from not removing this parameter --- bin/ans-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ans-command b/bin/ans-command index 6db25dd3458..04ebc82de06 100755 --- a/bin/ans-command +++ b/bin/ans-command @@ -30,7 +30,7 @@ from ansible.scripts import base_ans_parser, error_print def main(args): - parser = base_ans_parser(output_path=False) + parser = base_ans_parser() parser.usage = "ans-command [options] command-to-run" parser.add_option('-c', '--return-codes', dest='return_codes', action='store_true',