Skip to content

Commit cdeca91

Browse files
authored
Merge pull request #30166 from stefanlasiewski/patch-1
sha256sum requires 2nd space for the file type
2 parents bddfa4f + 537c2e1 commit cdeca91

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)