summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.go b/helpers.go
index 0ecbb64..82e7c5c 100644
--- a/helpers.go
+++ b/helpers.go
@@ -13,7 +13,7 @@ func InitCluster() *NewCluster {
var c *NewCluster
c = new(NewCluster)
c.d = new(Droplets)
- c.h = new(Hypervisors)
+ c.H = new(Hypervisors)
c.e = new(Events)
return c
}