Skip to content

Commit d805612

Browse files
authored
Better syntax
1 parent 7f62f8f commit d805612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/start-singleuser.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ if [[ "${NOTEBOOK_ARGS} $*" != *"--ip="* ]]; then
1010
fi
1111

1212
# shellcheck disable=SC1091,SC2086
13-
. /usr/local/bin/start.sh jupyterhub-singleuser $NOTEBOOK_ARGS "$@"
13+
. /usr/local/bin/start.sh jupyterhub-singleuser ${NOTEBOOK_ARGS} "$@"

0 commit comments

Comments
 (0)