Skip to content

Commit

Permalink
Revert "fix: allow inspecting any channel"
Browse files Browse the repository at this point in the history
This reverts commit 52c8e8d.
  • Loading branch information
RodEsp committed Nov 4, 2022
1 parent ee9dda7 commit c0d893d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/cli/versions/inspect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export default class Inspect extends SfdxCommand {
channels: flags.string({
description: messages.getMessage('channels'),
char: 'c',
options: Object.values(Channel),
required: true,
multiple: true,
}),
Expand Down

0 comments on commit c0d893d

Please sign in to comment.