summaryrefslogtreecommitdiff
path: root/bitmask/events.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 21:41:31 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-08 21:41:31 +0100
commita846cb2a424fd17d43e3edf885cca7d79820fa9f (patch)
tree8b22a77ee70f87516fb11712b3597e238a2c7943 /bitmask/events.go
parentb32bcc834620a5c30ab4d7f7b8dde9ffdafd348f (diff)
[feat] use a config file to check when to produce the next notification
Diffstat (limited to 'bitmask/events.go')
-rw-r--r--bitmask/events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask/events.go b/bitmask/events.go
index 8645519..5808d51 100644
--- a/bitmask/events.go
+++ b/bitmask/events.go
@@ -72,5 +72,5 @@ func (b *Bitmask) eventsHandler() {
}
func getServerKeyPath() string {
- return filepath.Join(configPath, "events", "zmq_certificates", "public_keys", "server.key")
+ return filepath.Join(ConfigPath, "events", "zmq_certificates", "public_keys", "server.key")
}