Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Fix google compute API path.
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Dec 17, 2014
1 parent 8b94acd commit ed150a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/bootstrap/gce.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"path"

"code.google.com/p/goauth2/compute/serviceaccount"
"google.golang.org/api/compute/v1"
)

const gceMetadataUrl = "http://metadata.google.internal/computeMetadata/v1"
Expand Down

0 comments on commit ed150a9

Please sign in to comment.