Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Dec 22, 2022
1 parent 1bf25a5 commit aca2254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export async function execute(command: string, args: ApiOptions) {
The token used with auto must have at least "write" permission to your repo (${repoLink}) to create releases and labels.
You can check the permission for you token by running "auto info".
You can check the permission for your token by running "auto info".
`);
console.log("");
auto.logger.verbose.error(error);
Expand Down

0 comments on commit aca2254

Please sign in to comment.