Skip to content

Commit 286cb84

Browse files
author
Alan Christie
committed
style: Switch from -R to -r
1 parent 6e2110a commit 286cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
9191
if [ -d /home/code/copy-to-home ]; then
9292
echo "Copying copy-to-home content"
93-
cp -R -u /home/code/copy-to-home/* ~
93+
cp -r -u /home/code/copy-to-home/* ~
9494
fi
9595
9696
jupyter lab --config=~/jupyter_notebook_config.json

0 commit comments

Comments
 (0)