mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-04-19 22:27:48 -06:00
Fixing typo.
This commit is contained in:
parent
aa9afba282
commit
3da90aa1a4
@ -188,7 +188,7 @@ if [ -d "/home/${HOME_USER}/.vscode/cli" ] && [ "$(ls -A /home/${HOME_USER}/.vsc
|
|||||||
|
|
||||||
# Create tunnel with extracted values if available
|
# Create tunnel with extracted values if available
|
||||||
if [ -n "$TOKEN" ] && [ -n "$TUNNEL_ID" ]; then
|
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
|
else
|
||||||
# Fallback to simpler command if values couldn't be extracted
|
# Fallback to simpler command if values couldn't be extracted
|
||||||
sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME}"
|
sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME}"
|
||||||
|
@ -1 +1 @@
|
|||||||
3.2.4
|
3.2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user