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