diff options
author | Ben Sima <ben@bsima.me> | 2020-07-26 10:19:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-26 10:19:54 -0700 |
commit | 2351224340999dc21997a19db094f644c240318b (patch) | |
tree | 907939df4e26fa040388bd17299b9aa34b64d58b /Hero/Host.hs | |
parent | a3b0d69cc23a5f53cd48d82655b5247c1884eb51 (diff) |
dev: move _{bild,keep,skey} to _/{bild,keep,skey}
Diffstat (limited to 'Hero/Host.hs')
-rw-r--r-- | Hero/Host.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hero/Host.hs b/Hero/Host.hs index 7b6911f..5341cc6 100644 --- a/Hero/Host.hs +++ b/Hero/Host.hs @@ -159,7 +159,7 @@ data Config deriving (Generic, Show) instance Envy.DefConfig Config where - defConfig = Config 3000 "_bild/Hero.Node/static" "_keep" "/run/hero/skey" + defConfig = Config 3000 "_/bild/dev/Hero.Node/static" "_/keep" "/run/hero/skey" instance Envy.FromEnv Config |