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

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

commit 28951177accd0f87f0775d1203b7e05709e6f751
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Nov 16 10:44:05 2021 +0200

    [DATALAB-2599]: fixed variable name
---
 .../src/general/scripts/azure/common_create_notebook_image.py           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
index b7c5ee9..a3cddbd 100644
--- 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
+++ 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
@@ -97,7 +97,7 @@ if __name__ == "__main__":
                                                                      
image_conf['instance_name'])
                 datalab.actions_lib.remount_azure_disk(True, 
image_conf['datalab_ssh_user'], instance_hostname,
                                                        keyfile_name)
-                datalab.actions_lib.ensure_right_mount_paths(True, 
notebook_config['datalab_ssh_user'], instance_hostname,
+                datalab.actions_lib.ensure_right_mount_paths(True, 
image_conf['datalab_ssh_user'], instance_hostname,
                                                        keyfile_name)
                 datalab.fab.set_git_proxy(image_conf['datalab_ssh_user'], 
instance_hostname, keyfile_name,
                                           
'http://{}:3128'.format(edge_instance_hostname))

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

Reply via email to