diff options
| author | Jeff Carr <[email protected]> | 2024-11-03 01:30:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-03 01:30:08 -0500 |
| commit | 173e9ef1f45fa889f4e1288b1c1f8a010134f416 (patch) | |
| tree | e0a8b230a2956161681fbaac071211fff84599ff | |
| parent | 1c2bdfa398c9787bd2da93d958c9340a2cb925f3 (diff) | |
spaces between qcow image names in output
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | dump.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
