Skip to content

Commit fb7dce0

Browse files
author
Jake Uskoski
committed
Correct command description of integration-resource
1 parent 4ec4361 commit fb7dce0

File tree

1 file changed

+2
-2
lines changed
  • packages/cli/src/commands/integration-resource

1 file changed

+2
-2
lines changed

packages/cli/src/commands/integration-resource/command.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ export const disconnectSubcommand = {
9696
} as const;
9797

9898
export const integrationResourceCommand = {
99-
name: 'integration',
100-
description: 'Manage marketplace integrations',
99+
name: 'integration-resource',
100+
description: 'Manage marketplace integration resources',
101101
options: [],
102102
arguments: [
103103
{

0 commit comments

Comments
 (0)