fix message
also dead code removal
This commit is contained in:
parent
eafb5b53f0
commit
7b3d7a8f78
1 changed files with 1 additions and 4 deletions
|
@ -26,9 +26,6 @@ import Types.TrustLevel
|
|||
import qualified Remote.Helper.Ssh as Ssh
|
||||
import qualified Utility.Dot as Dot
|
||||
|
||||
-- a link from the first repository to the second (its remote)
|
||||
data Link = Link Git.Repo Git.Repo
|
||||
|
||||
-- a repo and its remotes
|
||||
type RepoRemotes = (Git.Repo, [Git.Repo])
|
||||
|
||||
|
@ -68,7 +65,7 @@ runViewer file [] = do
|
|||
return True
|
||||
runViewer file ((c, ps):rest) = ifM (liftIO $ inSearchPath c)
|
||||
( do
|
||||
showLongNote $ UnquotedString $ "running: " ++ c ++ unwords (toCommand ps)
|
||||
showLongNote $ UnquotedString $ "running: " ++ c ++ " " ++ unwords (toCommand ps)
|
||||
showOutput
|
||||
liftIO $ boolSystem c ps
|
||||
, runViewer file rest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue