clean Annex stuff out of Utility/
This commit is contained in:
parent
52c8244219
commit
91366c896d
8 changed files with 14 additions and 16 deletions
|
@ -48,7 +48,7 @@ download url file = do
|
|||
let dummykey = Backend.URL.fromUrl url
|
||||
let tmp = gitAnnexTmpLocation g dummykey
|
||||
liftIO $ createDirectoryIfMissing True (parentDir tmp)
|
||||
ok <- Url.download url tmp
|
||||
ok <- liftIO $ Url.download url tmp
|
||||
if ok
|
||||
then do
|
||||
[(backend, _)] <- Backend.chooseBackends [file]
|
||||
|
|
|
@ -16,7 +16,7 @@ import qualified Git
|
|||
import Annex.UUID
|
||||
import Logs.UUID
|
||||
import Logs.Trust
|
||||
import Utility.Ssh
|
||||
import Annex.Ssh
|
||||
import qualified Utility.Dot as Dot
|
||||
|
||||
-- a link from the first repository to the second (its remote)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue