mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Fix typo which broke metadata retrieval
Signed-off-by: Nick Jones <nick@dischord.org>
This commit is contained in:
parent
db27618f11
commit
5663112822
@ -22,7 +22,7 @@ const (
|
||||
|
||||
// Standard AWS-compatible Metadata URLs
|
||||
userDataURL = "http://169.254.169.254/latest/user-data"
|
||||
metaDataURL = "http://169.254.169.254/latest/meta-data"
|
||||
metaDataURL = "http://169.254.169.254/latest/meta-data/"
|
||||
)
|
||||
|
||||
// Provider is a generic interface for metadata/userdata providers.
|
||||
|
Loading…
Reference in New Issue
Block a user