hack: fix malformed ROOTLESSKIT_VERSION

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-07-15 11:24:09 +02:00
parent c0a99820d9
commit 346e8bfd66

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# When updating, also update go.mod and Dockerfile accordingly.
: "$ROOTLESSKIT_VERSION:=v3.0.2}"
: "${ROOTLESSKIT_VERSION:=v3.0.2}"
install_rootlesskit() {
case "$1" in