diff --git a/packages/cli/src/run.ts b/packages/cli/src/run.ts index 0aa51983f..2ac702430 100644 --- a/packages/cli/src/run.ts +++ b/packages/cli/src/run.ts @@ -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);