From 2351224340999dc21997a19db094f644c240318b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 26 Jul 2020 10:19:54 -0700 Subject: dev: move _{bild,keep,skey} to _/{bild,keep,skey} --- Hero/Host.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hero/Host.hs') 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 -- cgit v1.2.3