summaryrefslogtreecommitdiff
path: root/main.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 /main.go
parent419ae0ad5fec78403e5c856886944cb2e5640499 (diff)
more moved into virtigoxml
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b3ef4f8..b0eb414 100644
--- a/main.go
+++ b/main.go
@@ -86,7 +86,7 @@ func main() {
}
// this is a new droplet. add it to the cluster
log.Info("Add XML Droplet here", domcfg.Name)
- _, newe, err := addDomainDroplet(domcfg)
+ _, newe, err := virtigoxml.AddDomainDroplet(me.cluster, domcfg)
if err != nil {
log.Info("addDomainDroplet() error", filename)
log.Info("addDomainDroplet() error", err)