Skip to content

Commit

Permalink
Fix wrong code highlighting for kubectl install on Linux (#40437)
Browse files Browse the repository at this point in the history
* change code block to console type

* only change English version

* change mistake

* update another pair
  • Loading branch information
basefas committed Jul 8, 2023
1 parent 61dec98 commit a9725c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/tasks/tools/install-kubectl-linux.md
Expand Up @@ -84,7 +84,7 @@ The following methods exist for installing kubectl on Linux:

If the check fails, `sha256` exits with nonzero status and prints output similar to:

```bash
```console
kubectl: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
```
Expand Down Expand Up @@ -285,7 +285,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.

If the check fails, `sha256` exits with nonzero status and prints output similar to:

```bash
```console
kubectl-convert: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
```
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/tasks/tools/install-kubectl-macos.md
Expand Up @@ -89,7 +89,7 @@ The following methods exist for installing kubectl on macOS:

If the check fails, `shasum` exits with nonzero status and prints output similar to:

```bash
```console
kubectl: FAILED
shasum: WARNING: 1 computed checksum did NOT match
```
Expand Down Expand Up @@ -247,7 +247,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.

If the check fails, `shasum` exits with nonzero status and prints output similar to:

```bash
```console
kubectl-convert: FAILED
shasum: WARNING: 1 computed checksum did NOT match
```
Expand Down

0 comments on commit a9725c1

Please sign in to comment.