Skip to content

Commit b6805bb

Browse files
HotFix variable assignment syntax in coder-code-server.sh
1 parent 3117145 commit b6805bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/addon/coder-code-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat
9191
msg_info "Installing Code-Server v${VERSION}"
9292

9393
if [ -f ~/.config/code-server/config.yaml ]; then
94-
existing_config = true
94+
existing_config=true
9595
fi
9696

9797
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_amd64.deb &>/dev/null

0 commit comments

Comments
 (0)