fix typo (#68)

This commit is contained in:
ForumPlayer
2021-10-15 04:48:41 -03:00
committed by GitHub
parent 860561653d
commit 191037c90f

View File

@@ -24,7 +24,7 @@ else
touch /home/coder/.config/rclone/rclone.conf
echo $RCLONE_DATA | base64 -d > /home/coder/.config/rclone/rclone.conf
# defasult to true
# default to true
RCLONE_VSCODE_TASKS="${RCLONE_VSCODE_TASKS:-true}"
RCLONE_AUTO_PUSH="${RCLONE_AUTO_PUSH:-true}"
RCLONE_AUTO_PULL="${RCLONE_AUTO_PULL:-true}"