summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-11-19 20:48:36 -0400
committerJoey Hess2014-11-19 20:48:36 -0400
commit36d4938a19dc353cb3af9e5c73d3e2f6e176d185 (patch)
tree45ba02186ccce826b5ef2c0dc142caa04063e0b0 /src
parentc186f9f4a858edfe0f2211e71da07715bd2e99b7 (diff)
remove excess verbosity from message
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index d9a95de2..725bae43 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -176,7 +176,7 @@ spin hn hst = do
-- And now we can run it.
unlessM (boolSystem "ssh" (map Param $ cacheparams ++ ["-t", user, runcmd])) $
- error $ "remote propellor failed (running: " ++ runcmd ++")"
+ error $ "remote propellor failed"
where
user = "root@"++hn