We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4452de commit a488410Copy full SHA for a488410
scripts/install-thv.sh
@@ -34,7 +34,7 @@ fi
34
# Temporary fix for early exit if container runtime isn't found
35
36
RELEASE_VERSION="v0.2.9"
37
-RELEASE_TARBALL="https://github.com/stacklok/toolhive/releases/download/v0.2.9/toolhive_0.2.9__linux_amd64.tar.gz"
+RELEASE_TARBALL="https://github.com/stacklok/toolhive/releases/download/v0.2.9/toolhive_0.2.9_linux_amd64.tar.gz"
38
39
# Determine installation location based on write permissions
40
if [[ -w "/usr/local/bin" ]]; then
0 commit comments