From aca2254ad12a6f080c978107250aba31051f49ed Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 22 Dec 2022 14:10:35 -0500 Subject: [PATCH] Fix typo --- packages/cli/src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);