diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-27 11:26:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-27 11:26:29 -0400 |
| commit | 0e964fed97090e3c3466b99a0380957c060f7141 (patch) | |
| tree | f2a75039b4a4cce6b920c325ffe30e6248046d0e /src | |
| parent | 07b8e9f9fd16e69d2af78f1e8abcded639e8db60 (diff) | |
improve description
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Bootstrap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Bootstrap.hs b/src/Propellor/Property/Bootstrap.hs index 91d1a82f..f0759dae 100644 --- a/src/Propellor/Property/Bootstrap.hs +++ b/src/Propellor/Property/Bootstrap.hs @@ -30,7 +30,7 @@ import qualified Data.ByteString as B bootstrapWith :: Bootstrapper -> Property (HasInfo + UnixLike) bootstrapWith b = pureInfoProperty desc (InfoVal b) where - desc = "bootstrapped with " ++ case b of + desc = "propellor bootstrapped with " ++ case b of Robustly Stack -> "stack" Robustly Cabal -> "cabal" OSOnly -> "OS packages only" |
