Skip to content

Commit af17e09

Browse files
stephenpluspluscallmehiphop
authored andcommitted
gcloud-node -> google-cloud-node (#1521)
1 parent 2aa075f commit af17e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-compute/package.json

+1-1
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",

packages/google-cloud-compute/system-test/compute.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ describe('Compute', function() {
779779
var HEALTH_CHECK_NAME = generateName('health-check');
780780

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

0 commit comments

Comments
 (0)