Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 4f97bfa

Browse files
committed
Fixed typo
1 parent a9e56c1 commit 4f97bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/k3s/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case "${arch}" in
2222
esac
2323
echo " Using ${arch_suffix}"
2424

25-
check-github-release-asset "k3s-io/k3s" "v${version}" "k3s${arch_suffix}
25+
check-github-release-asset "k3s-io/k3s" "v${version}" "k3s${arch_suffix}"
2626

2727
echo "### Downloading ${name} ${version}"
2828
curl --silent --location --fail --output "${prefix}${target}/bin/k3s" \

0 commit comments

Comments
 (0)