summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-18 07:40:06 -0500
committerJeff Carr <[email protected]>2024-10-18 07:40:06 -0500
commitc9ccf688c27749dfbab31004b6258dbb759962b2 (patch)
treed35d7dc4b621bf3a282604f6cd2fe9b331813af7 /main.go
parent14dadbcf3ce8d732354d2c4ef30f3374f80950f9 (diff)
start simple xml handling
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 1c62669..ce4823a 100644
--- a/main.go
+++ b/main.go
@@ -51,8 +51,8 @@ func main() {
log.Info("droplet is unknown:", argv.Start)
os.Exit(0)
}
- log.Info("start droplet here:", d.Hostname)
- makeXml(d)
+ log.Info("start droplet here:", d.Hostname)
+ makeStandardXml(d)
os.Exit(0)
}