aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmware
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmware')
-rw-r--r--vm/vmware/vmware.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vm/vmware/vmware.go b/vm/vmware/vmware.go
index 210a4957a..56a97e016 100644
--- a/vm/vmware/vmware.go
+++ b/vm/vmware/vmware.go
@@ -23,7 +23,9 @@ import (
)
func init() {
- vmimpl.Register("vmware", ctor, false)
+ vmimpl.Register("vmware", vmimpl.Type{
+ Ctor: ctor,
+ })
}
type Config struct {