Skip to content

Commit 537c2e1

Browse files
sha256sum requires 2nd space for the type
1 parent 4eaafa1 commit 537c2e1

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 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
5252
Validate the kubectl binary against the checksum file:
5353

5454
```bash
55-
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
55+
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
5656
```
5757

5858
If valid, the output is:

0 commit comments

Comments
 (0)