Skip to content

Commit 4d348f8

Browse files
fixed-misspell (#509)
1 parent 95bb5ff commit 4d348f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/analyzer/analyze.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Logic = require('./analyzer.logic');
55
const command = new Command({
66
root: true,
77
command: 'analyze <repoOwner> <repoName> [context]',
8-
description: 'Analyzes your git repository and creates a proposed Cofefresh pipeline that clones the source code and builds/packages it',
8+
description: 'Analyzes your git repository and creates a proposed Codefresh pipeline that clones the source code and builds/packages it',
99
webDocs: {
1010
category: 'Analyzer',
1111
title: 'Analyze'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.68.13",
3+
"version": "0.68.14",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)