mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
cloudinit tests pass :)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
package vmware
|
||||
|
||||
func NewDatasource(fileName string) *vmware {
|
||||
return &vmware{}
|
||||
func NewDatasource(fileName string) *VMWare {
|
||||
return &VMWare{}
|
||||
}
|
||||
|
||||
func (v vmware) IsAvailable() bool {
|
||||
func (v VMWare) IsAvailable() bool {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user