summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 02:25:19 -0600
committerJeff Carr <[email protected]>2024-12-04 02:25:19 -0600
commit4dd0f0eaba47eb14e661683b09ed90c25bed61f6 (patch)
tree5a32c5200b9e8635c355edc8199a3626df166516 /main.go
parent70cc9944adfea53e1c5a841d573cac79a5b94ce9 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 55173f2..e40c6e8 100644
--- a/main.go
+++ b/main.go
@@ -65,7 +65,7 @@ func main() {
loop := me.cluster.DropletsAll() // get the list of droplets
for loop.Scan() {
- d := loop.Droplet()
+ d := loop.Next()
if d == nil {
fmt.Println("d == nil")
os.Exit(-1)