Skip to content

Commit

Permalink
chore(lint): appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Aug 4, 2024
1 parent 85aaa04 commit da380a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export const builder = (yargs) => {
default: defaults.name,
})
.positional('version', {
describe:
'The version the alias should redirect to',
describe: 'The version the alias should redirect to',
type: 'string',
default: defaults.version,
})
Expand Down

0 comments on commit da380a8

Please sign in to comment.