From 190dcfea618d9fe3ee5fe919208121fe845561a3 Mon Sep 17 00:00:00 2001 From: ForumPlayer Date: Wed, 13 Oct 2021 15:57:05 -0300 Subject: [PATCH] fix typo --- deploy-container/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-container/entrypoint.sh b/deploy-container/entrypoint.sh index 1420ea70..53934195 100755 --- a/deploy-container/entrypoint.sh +++ b/deploy-container/entrypoint.sh @@ -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}"