From f9354e4428168c7bca85f6ee485286d278ab33c7 Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Mon, 6 Jan 2020 23:22:18 -0700 Subject: [PATCH] fix resourcesDir --- src/Constants.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.hs b/src/Constants.hs index fcd78f1..261d480 100644 --- a/src/Constants.hs +++ b/src/Constants.hs @@ -12,7 +12,7 @@ sslPath :: FilePath sslPath = "/var/ssl" resourcesDir :: FilePath -resourcesDir = "./resources" --"/var/www/html/resources" +resourcesDir = "/var/www/html/resources" -- "./resources" -- registryVersion :: AppVersion registryVersion = fromJust . parseMaybe parseJSON . String . toS . showVersion $ version