sha256sum requires 2nd space for the type

This commit is contained in:
Stefan Lasiewski 2021-10-20 10:12:43 -07:00 committed by GitHub
parent 4eaafa14e3
commit 537c2e101b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
Validate the kubectl binary against the checksum file:
```bash
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
```
If valid, the output is: