Skip to content

Commit

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

0 comments on commit 85c3d46

Please sign in to comment.