1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

update the encoding key to match docker-machine

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-20 14:17:10 +10:00
parent 6dc7faf9b2
commit 732f1924e1
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ func (v VMWare) FetchMetadata() (metadata datasource.Metadata, err error) {
}
func (v VMWare) FetchUserdata() ([]byte, error) {
encoding, err := v.readConfig("cloud-init.config.data.encoding")
encoding, err := v.readConfig("cloud-init.data.encoding")
if err != nil {
return nil, err
}