From 928e9b70d10ccd0e41faad830eba61e4b2273cdf Mon Sep 17 00:00:00 2001 From: LeoY Date: Fri, 24 May 2024 18:57:10 +0000 Subject: [PATCH] Update src/createGACFile.ts Co-authored-by: Jeff <3759507+jhuleatt@users.noreply.github.com> --- src/createGACFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createGACFile.ts b/src/createGACFile.ts index bcdbdb4..6e11334 100644 --- a/src/createGACFile.ts +++ b/src/createGACFile.ts @@ -26,7 +26,7 @@ export async function createGacFile(gacInfo: string) { } } catch (e) { console.warn( - "unexpected error while validing GAC info. Interpreting provided info as credentials data." + "unexpected error while validating Google Application Credentials info. Interpreting provided info as credentials data." ); } const tmpFile = fileSync({ postfix: ".json" });