Skip to content

Commit f3d5953

Browse files
authored
JupyterNotebook: Fix APP Variable (#2924)
1 parent 4a67ba0 commit f3d5953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/jupyternotebook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66
# Source: https://jupyter.org/
77

8-
APP="Jupyter Notebook"
8+
APP="JupyterNotebook"
99
var_tags="ai;dev-tools"
1010
var_cpu="2"
1111
var_ram="2048"

0 commit comments

Comments
 (0)