summaryrefslogtreecommitdiff
path: root/dump.go
diff options
context:
space:
mode:
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 7bdd6be..f193238 100644
--- a/dump.go
+++ b/dump.go
@@ -32,7 +32,7 @@ func dumpCluster(w http.ResponseWriter) {
func dumpDroplets(w http.ResponseWriter, full bool) {
loop := me.cluster.DropletsAll() // get the list of droplets
for loop.Scan() {
- d := loop.Droplet()
+ d := loop.Next()
// this line in golang could replace 80 lines of COBOL
header := d.SprintDumpHeader() + " "