Skip to content

Commit 0e3c6b3

Browse files
committed
Fix Tailscale var name
1 parent f1f6e12 commit 0e3c6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z "$INPUT_REMOTE_DOCKER_HOST" ]; then
1414
fi
1515

1616
# Ignore SSH keys when using Tailscale SSH
17-
if "$TAILSCALE_SSH"
17+
if "$INPUT_TAILSCALE_SSH"
1818
then
1919
echo "Tailscale SSH mode enabled, Manual SSH keys not required"
2020
else

0 commit comments

Comments
 (0)