Skip to content

Commit

Permalink
fix: fix link scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 12, 2024
1 parent c635738 commit d355745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/links/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class LinksUpdate extends BaseEditCommand {
const starts_at = flags.starts ? this.checkDateValue(flags.starts) : undefined
const expires_at = flags.expires ? this.checkDateValue(flags.expires) : undefined

const scope = this.checkScope(flags.scope) || undefined
const scope = this.checkScope(flags.link_scope) || undefined
const name = flags.name
const domain = flags.domain

Expand Down

0 comments on commit d355745

Please sign in to comment.