Skip to content

Commit

Permalink
test: test summary instead of description
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Apr 5, 2024
1 parent 33d71ac commit 6719c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/auth/2fa/disable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Command} from '@heroku-cli/command'
import {ux} from '@oclif/core'

export default class Auth2faGenerate extends Command {
static description = 'disables 2fa on account'
static summary = 'disables 2fa on account'

static example = '$ heroku auth:2fa:disable'

Expand Down

0 comments on commit 6719c6f

Please sign in to comment.