Skip to content

Commit

Permalink
fix: Unable to list drains for a space in fir (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby authored Jan 10, 2025
1 parent 7947ef4 commit 1ee8f62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/cli/src/commands/drains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ export default class Drains extends Command {
}
}
}

2 changes: 1 addition & 1 deletion packages/cli/src/commands/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Index extends Command {
static description = 'list telemetry drains'
static flags = {
space: Flags.string({char: 's', description: 'filter by space name', exactlyOne: ['app', 'space']}),
app: Flags.app({description: 'filter by app name'}),
app: Flags.string({description: 'filter by app name'}),
};

static example = '$ heroku telemetry'
Expand Down

0 comments on commit 1ee8f62

Please sign in to comment.