We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5701dc7 commit 7eeaeb1Copy full SHA for 7eeaeb1
docker/jupyter/scripts/kernel/kernel_bootstrap.sh
@@ -13,7 +13,7 @@
13
14
# The workspace name is simply the CWD of the running notebook.
15
PWD="$(pwd)"
16
-export WORKSPACE_NAME="$(basename $PWD)"
+export WORKSPACE_NAME="$(basename "$PWD")"
17
18
# Parse the .delocalize.json file (if it exists) in the workspace directory to obtain the workspace bucket.
19
DELOCALIZE_FILE="$PWD/.delocalize.json"
0 commit comments