Skip to content

Commit

Permalink
restore double slash metadata url (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopkiw authored May 23, 2022
1 parent bf4c0b2 commit 5d0fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_guest_agent/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
const defaultEtag = "NONE"

var (
metadataURL = "http://169.254.169.254/computeMetadata/v1"
metadataURL = "http://169.254.169.254/computeMetadata/v1/"
metadataRecursive = "/?recursive=true&alt=json"
metadataHang = "&wait_for_change=true&timeout_sec=60"
defaultTimeout = 70 * time.Second
Expand Down

0 comments on commit 5d0fe95

Please sign in to comment.