From 0e964fed97090e3c3466b99a0380957c060f7141 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Jul 2017 11:26:29 -0400 Subject: improve description --- src/Propellor/Property/Bootstrap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Bootstrap.hs') 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" -- cgit v1.2.3