We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed9337 commit 928e9b7Copy full SHA for 928e9b7
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