diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-02 01:50:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-02 01:50:06 -0400 |
| commit | bdffac1bfae1ec20ac20453b559addca2b98e1ff (patch) | |
| tree | 3f9b37326406efaba61fbf1e3ba31173b20d1efb | |
| parent | 1c70d2e18917973723bf836fdc1f789532d96811 (diff) | |
typo
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 |
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" |
