We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c85e5 commit aed9337Copy full SHA for aed9337
src/createGACFile.ts
@@ -17,7 +17,7 @@
17
import { fileSync } from "tmp";
18
import { writeSync, existsSync } from "fs";
19
20
-// creates file with GAC info if parameter is not already a path to a file
+// creates file with Google Application Credentials info if parameter is not already a path to a file
21
// NOTE: no validation of the credential information is performed
22
export async function createGacFile(gacInfo: string) {
23
try {
0 commit comments