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/02/28 08:20:42 UTC

[incubator-dlab] 01/01: [DLAB-1570]: returned name of the function

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

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

commit bb069fe5531880653480012138815ce462d89a34
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 10:20:19 2020 +0200

    [DLAB-1570]: returned name of the function
---
 infrastructure-provisioning/src/general/lib/os/fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py b/infrastructure-provisioning/src/general/lib/os/fab.py
index a13daa7..649ec56 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -499,7 +499,7 @@ def ensure_toree_local_kernel(os_user, toree_link, scala_kernel_path, files_dir,
             sys.exit(1)
 
 
-def (os_user, notebook_name, edge_ip):
+def install_ungit(os_user, notebook_name, edge_ip):
     if not exists('/home/{}/.ensure_dir/ungit_ensured'.format(os_user)):
         try:
             manage_npm_pkg('-g install ungit@{}'.format(os.environ['notebook_ungit_version']))


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