diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 21:41:31 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 21:41:31 +0100 |
commit | a846cb2a424fd17d43e3edf885cca7d79820fa9f (patch) | |
tree | 8b22a77ee70f87516fb11712b3597e238a2c7943 /bitmask/darwin.go | |
parent | b32bcc834620a5c30ab4d7f7b8dde9ffdafd348f (diff) |
[feat] use a config file to check when to produce the next notification
Diffstat (limited to 'bitmask/darwin.go')
-rw-r--r-- | bitmask/darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask/darwin.go b/bitmask/darwin.go index f3e9224..8493436 100644 --- a/bitmask/darwin.go +++ b/bitmask/darwin.go @@ -4,4 +4,4 @@ package bitmask import "os" -var configPath = os.Getenv("HOME") + "/Library/Preferences/leap" +var ConfigPath = os.Getenv("HOME") + "/Library/Preferences/leap" |