Skip to content

Commit

Permalink
Merge pull request #2288 from domoritz/typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
hipstersmoothie committed Feb 3, 2023
2 parents f5228e4 + aca2254 commit d10bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/run.ts
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 d10bd88

Please sign in to comment.