From 191037c90fca7a03a89e58e07422658f393ec235 Mon Sep 17 00:00:00 2001 From: ForumPlayer Date: Fri, 15 Oct 2021 04:48:41 -0300 Subject: [PATCH] fix typo (#68) --- 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 1420ea7..5393419 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}"