Skip to content

Commit 191037c

Browse files
authored
fix typo (#68)
1 parent 8605616 commit 191037c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-container/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
touch /home/coder/.config/rclone/rclone.conf
2525
echo $RCLONE_DATA | base64 -d > /home/coder/.config/rclone/rclone.conf
2626

27-
# defasult to true
27+
# default to true
2828
RCLONE_VSCODE_TASKS="${RCLONE_VSCODE_TASKS:-true}"
2929
RCLONE_AUTO_PUSH="${RCLONE_AUTO_PUSH:-true}"
3030
RCLONE_AUTO_PULL="${RCLONE_AUTO_PULL:-true}"

0 commit comments

Comments
 (0)