From e2f71ab97a03fc749c969fe304b7580d1dfb272f Mon Sep 17 00:00:00 2001 From: LeoY Date: Fri, 24 May 2024 18:56:48 +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 2c24bd5d..bcdbdb43 100644 --- a/src/createGACFile.ts +++ b/src/createGACFile.ts @@ -17,7 +17,7 @@ import { fileSync } from "tmp"; import { writeSync, existsSync } from "fs"; -// creates file with GAC info if parameter is not already a path to a file +// creates file with Google Application Credentials info if parameter is not already a path to a file // NOTE: no validation of the credential information is performed export async function createGacFile(gacInfo: string) { try {