summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2017-07-27 11:26:29 -0400
committerJoey Hess2017-07-27 11:26:29 -0400
commit0e964fed97090e3c3466b99a0380957c060f7141 (patch)
treef2a75039b4a4cce6b920c325ffe30e6248046d0e /src/Propellor/Property
parent07b8e9f9fd16e69d2af78f1e8abcded639e8db60 (diff)
improve description
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Bootstrap.hs2
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"