summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 04:25:50 -0500
committerJeff Carr <[email protected]>2024-10-26 04:25:50 -0500
commitfd3e14bcc6676b6f2e770a764351f82bee32738f (patch)
tree9500c41a623888403528df8e6fa6fe779e83ee88 /main.go
parent30884aff3b44632ddaa8b7490a20642869bf75ad (diff)
start works with lib/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 4168e0c..03e0551 100644
--- a/main.go
+++ b/main.go
@@ -106,7 +106,7 @@ func main() {
}
if argv.Start != "" {
- startDropletXml(argv.Start)
+ newStart(argv.Start)
os.Exit(0)
}