Skip to content

Commit

Permalink
Revert "Fix project template to use the new commandLineAppConfig with…
Browse files Browse the repository at this point in the history
… the -e option."

This reverts commit 5fa4f51.
  • Loading branch information
gregorycollins committed Jul 5, 2012
1 parent e8e2785 commit 01dfea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_template/default/src/Main.hs
Expand Up @@ -79,7 +79,7 @@ main = do
-- This action is only run once, regardless of whether development or
-- production mode is in use.
getConf :: IO (Config Snap AppConfig)
getConf = commandLineAppConfig defaultConfig
getConf = commandLineConfig defaultConfig


------------------------------------------------------------------------------
Expand Down

0 comments on commit 01dfea1

Please sign in to comment.