Skip to content

Commit 928e9b7

Browse files
minherzjhuleatt
andcommitted
Update src/createGACFile.ts
Co-authored-by: Jeff <[email protected]>
1 parent aed9337 commit 928e9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createGACFile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function createGacFile(gacInfo: string) {
2626
}
2727
} catch (e) {
2828
console.warn(
29-
"unexpected error while validing GAC info. Interpreting provided info as credentials data."
29+
"unexpected error while validating Google Application Credentials info. Interpreting provided info as credentials data."
3030
);
3131
}
3232
const tmpFile = fileSync({ postfix: ".json" });

0 commit comments

Comments
 (0)