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 6e2110a commit 286cb84Copy full SHA for 286cb84
operator/handlers.py
@@ -90,7 +90,7 @@
90
91
if [ -d /home/code/copy-to-home ]; then
92
echo "Copying copy-to-home content"
93
- cp -R -u /home/code/copy-to-home/* ~
+ cp -r -u /home/code/copy-to-home/* ~
94
fi
95
96
jupyter lab --config=~/jupyter_notebook_config.json
0 commit comments