summaryrefslogtreecommitdiff
path: root/digitalocean/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'digitalocean/structs.go')
-rw-r--r--digitalocean/structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go
index 5cb886d..3ae4f3e 100644
--- a/digitalocean/structs.go
+++ b/digitalocean/structs.go
@@ -43,7 +43,7 @@ type Droplet struct {
hidden bool
err error
- poll godo.Droplet // store what the digital ocean API returned
+ poll *godo.Droplet // store what the digital ocean API returned
name *gui.Node