From 3da90aa1a40fb987ef58d04c27f9dfec3f80da64 Mon Sep 17 00:00:00 2001
From: Alejandro Lembke Barrientos <aleleba@hotmail.com>
Date: Mon, 14 Apr 2025 00:06:02 +0000
Subject: [PATCH] Fixing typo.

---
 entrypoint.sh | 2 +-
 version.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index d2f19b1..6decc23 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -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}"
diff --git a/version.txt b/version.txt
index 351227f..5ae69bd 100755
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-3.2.4
+3.2.5