Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typo #2288

Merged
merged 1 commit into from Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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