From c764993cb3be4feb114220ac0d6ddf317420c021 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Apr 2014 13:49:26 -0400 Subject: improved remote and local provisioning --- Propellor/Message.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Message.hs') diff --git a/Propellor/Message.hs b/Propellor/Message.hs index c15661a7..eb3f3177 100644 --- a/Propellor/Message.hs +++ b/Propellor/Message.hs @@ -35,7 +35,7 @@ warningMessage s = do errorMessage :: String -> IO a errorMessage s = do warningMessage s - error "Propellor failed!" + error "Cannot continue!" -- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1 debug :: [String] -> IO () -- cgit v1.3-2-g0d8e