summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 11:05:58 -0500
committerJeff Carr <[email protected]>2024-10-26 11:05:58 -0500
commit6d5c5c607294c39f7af1427e832904f6dc070b75 (patch)
treee291278c96cf3808c532fe31013fb550f46aec53 /start.go
parent419ae0ad5fec78403e5c856886944cb2e5640499 (diff)
more moved into virtigoxml
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'start.go')
-rw-r--r--start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.go b/start.go
index e6c0b58..9a19bad 100644
--- a/start.go
+++ b/start.go
@@ -25,7 +25,7 @@ func newStart(start string) {
newAddXml(domcfg, "spice")
newAddXml(domcfg, "qcow")
- virtigoxml.StartDropletXml(d, domcfg, start)
+ virtigoxml.StartDropletXml(me.cluster, d, domcfg, start)
}
func newAddXml(domcfg *libvirtxml.Domain, filename string) error {