diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 4af4bd7..094de65 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -85,7 +85,7 @@ pullFirst next = do nukeFile $ privDataDir "trustring.gpg" nukeFile $ privDataDir "gpg.conf" when (s /= "U\n" && s/= "G\n") $ - error $ "git branch" ++ originbranch ++ " is not signed with a trusted gpg key; refusing to deploy it!" + error $ "git branch " ++ originbranch ++ " is not signed with a trusted gpg key; refusing to deploy it!" void $ boolSystem "git" [Param "merge", Param originbranch]