Skip to content

Commit aed9337

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

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
@@ -17,7 +17,7 @@
1717
import { fileSync } from "tmp";
1818
import { writeSync, existsSync } from "fs";
1919

20-
// creates file with GAC info if parameter is not already a path to a file
20+
// creates file with Google Application Credentials info if parameter is not already a path to a file
2121
// NOTE: no validation of the credential information is performed
2222
export async function createGacFile(gacInfo: string) {
2323
try {

0 commit comments

Comments
 (0)