Compare commits

...

1 Commits
3.2.4 ... 3.2.5

Author SHA1 Message Date
3da90aa1a4 Fixing typo. 2025-04-14 00:06:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ if [ -d "/home/${HOME_USER}/.vscode/cli" ] && [ "$(ls -A /home/${HOME_USER}/.vsc
# Create tunnel with extracted values if available
if [ -n "$TOKEN" ] && [ -n "$TUNNEL_ID" ]; then
sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME} --tunnel-id ${TUNNEL_ID}--host-token ${TOKEN}"
sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME} --tunnel-id ${TUNNEL_ID} --host-token ${TOKEN}"
else
# Fallback to simpler command if values couldn't be extracted
sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME}"

View File

@ -1 +1 @@
3.2.4
3.2.5