aboutsummaryrefslogtreecommitdiff
path: root/haminer.go
diff options
context:
space:
mode:
Diffstat (limited to 'haminer.go')
-rw-r--r--haminer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/haminer.go b/haminer.go
index 95dfe62..8b0799f 100644
--- a/haminer.go
+++ b/haminer.go
@@ -52,7 +52,7 @@ func (h *Haminer) createForwarder() {
}
var (
- fwder = NewInfluxdbClient(&h.cfg.Influxd)
+ fwder = NewInfluxdClient(&h.cfg.Influxd)
)
h.ff = append(h.ff, fwder)