File tree 2 files changed +2
-2
lines changed
packages/google-cloud-compute
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
" CONTRIBUTORS" ,
37
37
" COPYING"
38
38
],
39
- "repository" : " googlecloudplatform/gcloud -node" ,
39
+ "repository" : " googlecloudplatform/google-cloud -node" ,
40
40
"keywords" : [
41
41
" google apis client" ,
42
42
" google api client" ,
Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ describe('Compute', function() {
779
779
var HEALTH_CHECK_NAME = generateName ( 'health-check' ) ;
780
780
781
781
// 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
783
783
// requests to create and delete them.
784
784
var TARGET_PROXY_NAME = generateName ( 'target-proxy' ) ;
785
785
var URL_MAP_NAME = generateName ( 'url-map' ) ;
You can’t perform that action at this time.
0 commit comments