Skip to content

Commit

Permalink
fix: #53
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeD committed Nov 9, 2022
1 parent 9a9ee51 commit d58f2c7
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 d58f2c7

Please sign in to comment.