Skip to content

Commit 5a7dc5d

Browse files
author
Tim Bannister
committed
Remove a deprecated param
Use the skew shortcode instead.
1 parent ff6d646 commit 5a7dc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following methods exist for installing kubectl on Linux:
5252
And for Linux ARM64, type:
5353

5454
```bash
55-
curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/linux/arm64/kubectl
55+
curl -LO https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/linux/arm64/kubectl
5656
```
5757

5858
{{< /note >}}

0 commit comments

Comments
 (0)