From f68512d86c0e269d651572181fc5705a8b011563 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 bcdbdb43..6e11334f 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" });