summaryrefslogtreecommitdiff
path: root/Remote/Ddar.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-21 13:36:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-21 13:36:48 -0400
commitb9e4fb7989e1644001c67c7cccd18ba5927f39db (patch)
tree5f186451b3f365dba28aa867a625deba2fb62d12 /Remote/Ddar.hs
parent58c4115c463ee98588df66774a22a3f82f9a6273 (diff)
remove unnecessary use of MissingH
Diffstat (limited to 'Remote/Ddar.hs')
-rw-r--r--Remote/Ddar.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Remote/Ddar.hs b/Remote/Ddar.hs
index d22a1f899..7815607fa 100644
--- a/Remote/Ddar.hs
+++ b/Remote/Ddar.hs
@@ -12,7 +12,6 @@ import qualified Data.Map as M
import qualified Data.ByteString.Lazy as L
import System.IO.Error
-import Data.String.Utils
import Common.Annex
import Types.Remote
import Types.Key
@@ -164,7 +163,7 @@ ddarDirectoryExists ddarrepo
ExitSuccess -> return $ Right True
ExitFailure 1 -> return $ Right False
ExitFailure code -> return $ Left $ "ssh call " ++
- show (Data.String.Utils.join " " $ toCommand params) ++
+ show (unwords $ toCommand params) ++
" failed with status " ++ show code
where
(host, ddarrepo') = splitRemoteDdarRepo ddarrepo