remove excess verbosity from message
This commit is contained in:
parent
c186f9f4a8
commit
36d4938a19
|
@ -176,7 +176,7 @@ spin hn hst = do
|
||||||
|
|
||||||
-- And now we can run it.
|
-- And now we can run it.
|
||||||
unlessM (boolSystem "ssh" (map Param $ cacheparams ++ ["-t", user, runcmd])) $
|
unlessM (boolSystem "ssh" (map Param $ cacheparams ++ ["-t", user, runcmd])) $
|
||||||
error $ "remote propellor failed (running: " ++ runcmd ++")"
|
error $ "remote propellor failed"
|
||||||
where
|
where
|
||||||
user = "root@"++hn
|
user = "root@"++hn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue