summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-03 01:30:08 -0500
committerJeff Carr <[email protected]>2024-11-03 01:30:08 -0500
commit173e9ef1f45fa889f4e1288b1c1f8a010134f416 (patch)
treee0a8b230a2956161681fbaac071211fff84599ff
parent1c2bdfa398c9787bd2da93d958c9340a2cb925f3 (diff)
spaces between qcow image names in output
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--dump.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.go b/dump.go
index f9a98b4..f0e1a2d 100644
--- a/dump.go
+++ b/dump.go
@@ -62,7 +62,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
if full {
var filenames string
for _, disk := range d.Disks {
- filenames += disk.Filename
+ filenames += disk.Filename + " "
}
// this needs to be turned on