Skip to content

Commit

Permalink
Changing topic from 'drains' to 'spaces'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosio committed May 8, 2024
1 parent 87dfc34 commit 18ededf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/drains/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {ux} from '@oclif/core'
import * as Heroku from '@heroku-cli/schema'

export default class Get extends Command {
static topic = 'spaces'
static aliases = ['drains:get']
static topic = 'drains'
static hidden = true
static description = 'display the log drain for a space'
static flags = {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/drains/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Args, ux} from '@oclif/core'
import * as Heroku from '@heroku-cli/schema'

export default class Set extends Command {
static topic = 'drains'
static topic = 'spaces'
static aliases = ['drains:set']
static hidden = true
static description = 'replaces the log drain for a space'
Expand Down

0 comments on commit 18ededf

Please sign in to comment.