diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 4af4bd77..094de659 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] |
