diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 20:48:36 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 20:48:36 -0400 |
| commit | 36d4938a19dc353cb3af9e5c73d3e2f6e176d185 (patch) | |
| tree | 45ba02186ccce826b5ef2c0dc142caa04063e0b0 /src/Propellor/CmdLine.hs | |
| parent | c186f9f4a858edfe0f2211e71da07715bd2e99b7 (diff) | |
remove excess verbosity from message
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
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 |
