remove excess verbosity from message

This commit is contained in:
Joey Hess 2014-11-19 20:48:36 -04:00
parent c186f9f4a8
commit 36d4938a19
1 changed files with 1 additions and 1 deletions

View File

@ -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