Skip to content

Commit 689118f

Browse files
author
Harrison Heck
authored
fix: typo in uninstall command description (#505)
1 parent 8899f8d commit 689118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interface/cli/commands/root/uninstall.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Command = require('../../Command');
44
const unInstall = new Command({
55
root: true,
66
command: 'uninstall',
7-
description: 'Uninstal a resource',
7+
description: 'Uninstall a resource',
88
usage: 'Uninstall operation will uninstall codefresh components on kubernetes cluster',
99
webDocs: {
1010
description: 'Uninstall a resource',

0 commit comments

Comments
 (0)