Skip to content

Commit f68512d

Browse files
minherzjhuleatt
andauthored
Update src/createGACFile.ts
Co-authored-by: Jeff <[email protected]>
1 parent e2f71ab commit f68512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createGACFile.ts

Lines changed: 1 addition & 1 deletion
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)