10000 reverse dotfiles check · coder/deploy-code-server@0bf8001 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bf8001

Browse files
committed
reverse dotfiles check
1 parent 906866d commit 0bf8001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-container/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ else
7777
fi
7878

7979
# Add dotfiles, if set
80-
if [ -z "$DOTFILES_REPO" ]; then
80+
if [ -n "$DOTFILES_REPO" ]; then
8181
# grab the files from the remote instead of running project_init()
8282
echo "[$PREFIX] Cloning dotfiles..."
8383
git clone $GIT_REPO $START_DIR/dotfiles

0 commit comments

Comments
 (0)
0