Skip to content

Commit bd0e674

Browse files
jmdobryAce Nassri
authored and
Ace Nassri
committed
Upgrade apps for env:flex. (#241)
* Upgrade apps for env:flex. * Address comments. * Fix lint. * Address comments.
1 parent 2151afb commit bd0e674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/vms_api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function auth (callback) {
2828

2929
// The createScopedRequired method returns true when running on GAE or a
3030
// local developer machine. In that case, the desired scopes must be passed
31-
// in manually. When the code is running in GCE or a Managed VM, the scopes
31+
// in manually. When the code is running in GCE or GAE Flexible, the scopes
3232
// are pulled from the GCE metadata server.
3333
// See https://cloud.google.com/compute/docs/authentication for more
3434
// information.

0 commit comments

Comments
 (0)