Skip to content

Commit

Permalink
Merge pull request #61 from rusenask/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rusenask authored Jul 26, 2017
2 parents ac066ef + f2483ed commit b3ba3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/pubsub/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// MetadataEndpoint - default metadata server for gcloud pubsub
const MetadataEndpoint = "metadata/computeMetadata/v1/instance/attributes/cluster-name"
const MetadataEndpoint = "http://metadata/computeMetadata/v1/instance/attributes/cluster-name"

func containerRegistryURI(projectID, registry string) string {
return registry + "%2F" + projectID
Expand Down

0 comments on commit b3ba3a4

Please sign in to comment.