File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 * //
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments