From a846cb2a424fd17d43e3edf885cca7d79820fa9f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 8 Feb 2018 21:41:31 +0100 Subject: [feat] use a config file to check when to produce the next notification --- bitmask/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitmask/events.go') 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") } -- cgit v1.2.3