summaryrefslogtreecommitdiff
path: root/dump.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 00:58:28 -0500
committerJeff Carr <[email protected]>2024-11-01 00:58:28 -0500
commitca9ad75283333529b611d73acd9762d0fc36053b (patch)
treea92c87aefb28a44060a3f82c38980e0b6e9535fd /dump.go
parentc1d86fc324671995ee6dc279c7568bceda1cc910 (diff)
more COBOL but the output is really easy to read now
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dump.go')
-rw-r--r--dump.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.go b/dump.go
index 77fa452..78f125a 100644
--- a/dump.go
+++ b/dump.go
@@ -35,7 +35,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
fmt.Println(w, "Droplet UUID:", d.Uuid)
// this line in golang could replace 80 lines of COBOL
- header := d.SprintDumpHeader()
+ header := d.SprintDumpHeader() + " "
// check if this is a locally defined libvirt domain that needs to be imported
if d.LocalOnly != "" {