Skip to content

Commit

Permalink
Fix comment URL 404 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
campionfellin authored and Ace Nassri committed Mar 28, 2018
1 parent bba2330 commit 15aaa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function authCloudExplicit () {

// Instantiates a client. Explicitly use service account credentials by
// specifying the private key file. All clients in google-cloud-node have this
// helper, see https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/latest/guides/authentication
// helper, see https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md
const storage = new Storage({
keyFilename: '/path/to/keyfile.json'
});
Expand Down

0 comments on commit 15aaa6d

Please sign in to comment.