mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
Fix typo which broke metadata retrieval
Signed-off-by: Nick Jones <nick@dischord.org>
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
|||||||
|
|
||||||
// Standard AWS-compatible Metadata URLs
|
// Standard AWS-compatible Metadata URLs
|
||||||
userDataURL = "http://169.254.169.254/latest/user-data"
|
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.
|
// Provider is a generic interface for metadata/userdata providers.
|
||||||
|
Reference in New Issue
Block a user