We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689118f commit 85c3d46Copy full SHA for 85c3d46
lib/interface/cli/commands/root/install.cmd.js
@@ -4,7 +4,7 @@ const Command = require('../../Command');
4
const install = new Command({
5
root: true,
6
command: 'install',
7
- description: 'Instal a resource',
+ description: 'Install a resource',
8
usage: 'Install operation will install codefresh components on kubernetes cluster',
9
webDocs: {
10
description: 'Install a resource',
0 commit comments