Skip to content

Commit

Permalink
gcloud-node -> google-cloud-node (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Aug 23, 2016
1 parent 2aa075f commit af17e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"CONTRIBUTORS",
"COPYING"
],
"repository": "googlecloudplatform/gcloud-node",
"repository": "googlecloudplatform/google-cloud-node",
"keywords": [
"google apis client",
"google api client",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ describe('Compute', function() {
var HEALTH_CHECK_NAME = generateName('health-check');

// To create a rule, we need to also create a TargetHttpProxy and UrlMap.
// Until they are officially supported by gcloud-node, we make manual
// Until they are officially supported by google-cloud-node, we make manual
// requests to create and delete them.
var TARGET_PROXY_NAME = generateName('target-proxy');
var URL_MAP_NAME = generateName('url-map');
Expand Down

0 comments on commit af17e09

Please sign in to comment.