propellor spin

This commit is contained in:
Joey Hess 2014-04-08 18:42:54 -04:00
parent 306aa46f09
commit 0e47d3ed2e
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ onlyProcess a = bracket lock unlock (const a)
unknownhost :: HostName -> IO a
unknownhost h = errorMessage $ unlines
[ "Unknown host: " ++ h
[ "Propellor does not know about host: " ++ h
, "(Perhaps you should specify the real hostname on the command line?)"
, "(Or, edit propellor's config.hs to configure this host)"
]