summaryrefslogtreecommitdiff
path: root/src/Propellor/DotDir.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 01:50:06 -0400
committerJoey Hess2016-04-02 01:50:06 -0400
commitbdffac1bfae1ec20ac20453b559addca2b98e1ff (patch)
tree3f9b37326406efaba61fbf1e3ba31173b20d1efb /src/Propellor/DotDir.hs
parent1c70d2e18917973723bf836fdc1f789532d96811 (diff)
typo
Diffstat (limited to 'src/Propellor/DotDir.hs')
-rw-r--r--src/Propellor/DotDir.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs
index 90147abe..43067417 100644
--- a/src/Propellor/DotDir.hs
+++ b/src/Propellor/DotDir.hs
@@ -109,7 +109,7 @@ section = do
putStrLn ""
setup :: IO ()
-setup initcfg = do
+setup = do
putStrLn "Propellor's configuration file is ~/.propellor/config.hs"
putStrLn ""
putStrLn "Lets get you started with a simple config that you can adapt"