We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f71ab commit f68512dCopy full SHA for f68512d
src/createGACFile.ts
@@ -26,7 +26,7 @@ export async function createGacFile(gacInfo: string) {
26
}
27
} catch (e) {
28
console.warn(
29
- "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."
30
);
31
32
const tmpFile = fileSync({ postfix: ".json" });
0 commit comments