Skip to content

Commit e7c38b5

Browse files
authored
Update base-notebook/start-notebook.sh
1 parent e11f31a commit e7c38b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/start-notebook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
if [[ -n "${JUPYTERHUB_API_TOKEN}" ]]; then
8-
echo "WARNING: use start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
8+
echo "WARNING: using start-singleuser.sh instead of start-notebook.sh to start a server associated with JupyterHub."
99
exec /usr/local/bin/start-singleuser.sh "$@"
1010
exit
1111
fi

0 commit comments

Comments
 (0)