From 4ae8e892c3da0224ece271c5fd8c484794316137 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 6 Oct 2020 09:14:22 -0300 Subject: [PATCH] fix: typo --- wildfly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildfly.py b/wildfly.py index e577fab..e80dc09 100644 --- a/wildfly.py +++ b/wildfly.py @@ -146,7 +146,7 @@ def read_args(task_args, check_mode): 'and "local_auth" arguments instead') cli_command = ( '{} --connect --error-on-interact --output-json' - '--no-color-output --no-output-paging' + ' --no-color-output --no-output-paging' ).format(task_args.get('cli_cmd')) # desired configuration