Skip to content

Commit 7c44cbb

Browse files
stephenpluspluscallmehiphop
authored andcommitted
gcloud-node -> google-cloud-node (#1521)
1 parent f484457 commit 7c44cbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"CONTRIBUTORS",
3737
"COPYING"
3838
],
39-
"repository": "googlecloudplatform/gcloud-node",
39+
"repository": "googlecloudplatform/google-cloud-node",
4040
"keywords": [
4141
"google apis client",
4242
"google api client",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var PKG = require('../package.json');
7171
* // <h4>gcloud SDK not supported</h4>
7272
* //
7373
* // As of this release, the Datastore emulator that is part of the gcloud SDK
74-
* // is not compatible with gcloud-node. We use
74+
* // is not compatible with google-cloud-node. We use
7575
* // <a href="http://grpc.io">gRPC</a> as our transport layer, while the gcloud
7676
* // SDK's Datastore emulator does not support gRPC.
7777
* //

src/transaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Transaction.prototype.commit = function(callback) {
184184
self.rollback(function() {
185185
// Provide the error & API response from the failed commit to the user.
186186
// Even a failed rollback should be transparent.
187-
// RE: https://github.com/GoogleCloudPlatform/gcloud-node/pull/1369#discussion_r66833976
187+
// RE: https://github.com/GoogleCloudPlatform/google-cloud-node/pull/1369#discussion_r66833976
188188
callback(err, resp);
189189
});
190190
return;

0 commit comments

Comments
 (0)