summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 04:21:46 -0500
committerJeff Carr <[email protected]>2024-10-31 04:21:46 -0500
commitc2229b65ab041aa80ff7b99b982b2e3061ba0ed7 (patch)
tree11b7235b79e7b4ed8fc7b587962e74e4d20ea425 /add.go
parent1352c3c49f8d34f128dce6d7f186b5e498f9ea46 (diff)
complies. made 'droplet.Current' for tmp data
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
-rw-r--r--add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.go b/add.go
index 020d75e..de58295 100644
--- a/add.go
+++ b/add.go
@@ -121,7 +121,7 @@ func HumanFormatBytes(b int64) string {
func (c *Cluster) BlankFields() {
for _, d := range c.Droplets {
- d.Cur = nil
+ d.Current = nil
}
}