diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-01 10:49:52 -0300 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-01 10:49:52 -0300 |
| commit | 6088df9105a10ef446cc236982c2e30857182a84 (patch) | |
| tree | a407345854637915fca54e61a68819731b375e05 /propellor.hs | |
| parent | f058e47574603fffffc3f60305bc874b78f7770f (diff) | |
| parent | 2bc9a2a7379f80595f5b8f3dc5475f64d5537cfc (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.hs')
| -rw-r--r-- | propellor.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/propellor.hs b/propellor.hs index c7727751..2478450f 100644 --- a/propellor.hs +++ b/propellor.hs @@ -12,6 +12,8 @@ -- The source is either copied from /usr/src/propellor, or is cloned from -- git over the network. +module Main where + import Utility.UserInfo import Utility.Monad import Utility.Process |
