This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2410
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
     new 66d90f1  [DATALAB-2410]: changed output
66d90f1 is described below

commit 66d90f134e96d13874676d736afc15d31d862280
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 17:23:46 2021 +0300

    [DATALAB-2410]: changed output
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 8982a34..4d1a003 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1076,8 +1076,8 @@ def init_args():
                    "repository_address", "repository_port", "repository_user", 
"repository_pass",
                    "step_root_ca", "step_kid", "step_kid_password"]:
             value = '********'
-        args_list.append("{0}='{1}'".format(key, value))
-        print(args_list)
+        args_list.append("{0}={1}".format(key, value))
+    print(args_list)
 
 def update_system():
     conn.sudo('apt-get update')

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to