diff options
Diffstat (limited to 'dump.go')
| -rw-r--r-- | dump.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 != "" { |
