summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.go b/helpers.go
index ca1c92b..76d0ea2 100644
--- a/helpers.go
+++ b/helpers.go
@@ -12,6 +12,6 @@ func InitCluster() *OldCluster {
return c
}
-func (c *OldCluster) DropletsAll() *DropletIterator {
+func (c *OldCluster) DropletsAll() *DropletScanner {
return c.d.All()
}