Skip to content

Commit

Permalink
fix: typo in CheatSheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarczmarski committed Feb 8, 2025
1 parent 36464e8 commit 87397f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/intro/CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ helm get values <release> # Downloads a values file for a given release. use -
### Plugin Management

```bash
helm plugin install <path/url1> # Install plugins
helm plugin install <path/url> # Install plugins
helm plugin list # View a list of all installed plugins
helm plugin update <plugin> # Update plugins
helm plugin uninstall <plugin> # Uninstall a plugin
Expand Down

0 comments on commit 87397f4

Please sign in to comment.