Skip to content

Commit

Permalink
fix: correct api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 5, 2021
1 parent 0a5f911 commit 920cbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const argv = yargs
type: 'string',
},
'api-url': {
default: 'https://roarr.io',
default: 'https://api.roarr.io',
description: 'roarr.io API URL.',
hidden: true,
type: 'string',
Expand Down

0 comments on commit 920cbc0

Please sign in to comment.