Skip to content

Commit

Permalink
Update src/createGACFile.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff <[email protected]>
  • Loading branch information
minherz and jhuleatt authored May 24, 2024
1 parent e2f71ab commit f68512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createGACFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
Expand Down

0 comments on commit f68512d

Please sign in to comment.