You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/03/16 13:13:01 UTC

[incubator-dlab] branch DLAB-1630 updated: [DLAB-1630]: returned typo

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

lfrolov pushed a commit to branch DLAB-1630
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1630 by this push:
     new 60aaf85  [DLAB-1630]: returned typo
60aaf85 is described below

commit 60aaf853c0e358557bd03143f823e58e1463014f
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Mar 16 15:12:44 2020 +0200

    [DLAB-1630]: returned typo
---
 infrastructure-provisioning/src/general/scripts/aws/edge_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
index 5a8ab76..d96ef49 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
@@ -266,7 +266,7 @@ if __name__ == "__main__":
                    "ip": edge_conf['edge_private_ip'],
                    "instance_id": dlab.meta_lib.get_instance_by_name(edge_conf['tag_name'], edge_conf['instance_name']),
                    "key_name": edge_conf['key_name'],
-                   "user_own_bucket_name": edge_conf['bucket_name'],
+                   "user_own_bicket_name": edge_conf['bucket_name'],
                    "shared_bucket_name": edge_conf['shared_bucket_name'],
                    "tunnel_port": "22",
                    "socks_port": "1080",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org