From d6a50a8f6d8bf3bab2110afc1608a3e14270b78d Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Mon, 7 Jun 2021 16:35:24 -0400 Subject: [PATCH] =?UTF-8?q?Jupyter=20lab=20=E2=86=92=20JupyterLab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 2410fb8..02a2a96 100644 --- a/scripts/install +++ b/scripts/install @@ -160,7 +160,7 @@ chmod 440 "/etc/sudoers.d/$app-sudoers" #================================================= # BUILD USER LABS #================================================= -ynh_script_progression --message="Building Jupyter lab for each user..." --weight=10 +ynh_script_progression --message="Building JupyterLab for each user..." --weight=10 if [ $enable_extensions -eq 1 ]; then ynh_use_nodejs diff --git a/scripts/upgrade b/scripts/upgrade index 0b537b6..36118d1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -177,7 +177,7 @@ chmod 440 "/etc/sudoers.d/$app-sudoers" #================================================= # BUILD USER LABS #================================================= -ynh_script_progression --message="Building Jupyter lab for each user..." --weight=10 +ynh_script_progression --message="Building JupyterLab for each user..." --weight=10 if [ $enable_extensions -eq 1 ]; then ynh_use_nodejs