Skip to content

Commit

Permalink
fix: typo in uninstall command description (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Heck authored Jun 22, 2020
1 parent 8899f8d commit 689118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/root/uninstall.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Command = require('../../Command');
const unInstall = new Command({
root: true,
command: 'uninstall',
description: 'Uninstal a resource',
description: 'Uninstall a resource',
usage: 'Uninstall operation will uninstall codefresh components on kubernetes cluster',
webDocs: {
description: 'Uninstall a resource',
Expand Down

0 comments on commit 689118f

Please sign in to comment.