Skip to content

Commit daf0619

Browse files
committedAug 31, 2016
Fixing keyFilename param passing
1 parent 0b5f164 commit daf0619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/bunyan-stackdriver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function BunyanStackDriver(options, error) {
6060

6161
// If not provided, gcloud will attempt automatic auth.
6262
if (options.keyFilename) {
63-
gopts.keyFilename = options.authJSON;
63+
gopts.keyFilename = options.keyFilename;
6464
}
6565

6666
var loggingClient = logging(gopts);

0 commit comments

Comments
 (0)
Failed to load comments.