aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmware
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vmware')
-rw-r--r--vm/vmware/vmware.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmware/vmware.go b/vm/vmware/vmware.go
index 4c05bac12..6bccbaa6e 100644
--- a/vm/vmware/vmware.go
+++ b/vm/vmware/vmware.go
@@ -22,7 +22,7 @@ import (
)
func init() {
- vmimpl.Register("vmware", ctor, false)
+ vmimpl.Register("vmware", ctor, false, false)
}
type Config struct {