about summary refs log tree commit diff
path: root/blog
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-21T17·55+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-21T17·56+0100
commit4c961c4ac6948f6fed0b6ec420c9e0522d592263 (patch)
tree5cd63f3c04fd2a2bea8373fe54dc057f1d3800e8 /blog
parent6bc3802646d02ae7b2e86590d1914aa5d9455c2f (diff)
Rename res/ to static/
Diffstat (limited to 'blog')
-rw-r--r--blog/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/Main.hs b/blog/Main.hs
index 141a8e693c58..cfe068a8d988 100644
--- a/blog/Main.hs
+++ b/blog/Main.hs
@@ -27,7 +27,7 @@ instance Options MainOptions where
         "Remote acid-state database port. Default is 8070"
     <*> simpleOption "blogPort" 8000
         "Port to serve the blog on. Default is 8000."
-    <*> simpleOption "resourceDir" "/opt/tazblog/res"
+    <*> simpleOption "resourceDir" "/opt/tazblog/static"
         "Resources folder location."
 
 main :: IO()