Skip to content

Commit 85c3d46

Browse files
author
Harrison Heck
authored
fix: typo in install description (#504)
1 parent 689118f commit 85c3d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interface/cli/commands/root/install.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 install = new Command({
55
root: true,
66
command: 'install',
7-
description: 'Instal a resource',
7+
description: 'Install a resource',
88
usage: 'Install operation will install codefresh components on kubernetes cluster',
99
webDocs: {
1010
description: 'Install a resource',

0 commit comments

Comments
 (0)