We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8605616 commit 191037cCopy full SHA for 191037c
deploy-container/entrypoint.sh
@@ -24,7 +24,7 @@ else
24
touch /home/coder/.config/rclone/rclone.conf
25
echo $RCLONE_DATA | base64 -d > /home/coder/.config/rclone/rclone.conf
26
27
- # defasult to true
+ # default to true
28
RCLONE_VSCODE_TASKS="${RCLONE_VSCODE_TASKS:-true}"
29
RCLONE_AUTO_PUSH="${RCLONE_AUTO_PUSH:-true}"
30
RCLONE_AUTO_PULL="${RCLONE_AUTO_PULL:-true}"
0 commit comments