Skip to content

Commit ecb0e20

Browse files
Fixed doc for agents category (#392)
1 parent b083157 commit ecb0e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/agent/delete.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const command = new Command({
1010
parent: deleteRoot,
1111
description: 'Delete an agent',
1212
webDocs: {
13-
category: 'Agemts',
13+
category: 'Agents',
1414
title: 'Delete Agent',
1515
},
1616
builder: (yargs) => {

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.41.0",
3+
"version": "0.41.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)