Skip to content

Commit

Permalink
fix: ahmetb#53
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeD authored and AustralEpitech committed Jun 18, 2024
1 parent 2f2b78d commit fd84ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the following to your `.bashrc/.zshrc` file:
`.zshrc` file:

```sh
function kubectl() { echo "+ kubectl $@" >&2; command kubectl $@; }
function kubectl() { echo "+ kubectl $@" >&2; command kubectl "$@"; }
```

#### Fish
Expand Down

0 comments on commit fd84ad4

Please sign in to comment.