forked from filipg/gonito
fix pargins git-annex remote
This commit is contained in:
parent
35bb3c7af6
commit
0b1263af27
@ -248,7 +248,7 @@ getStuffUsingGitAnnex :: FilePath -> Maybe Text -> Runner ()
|
|||||||
getStuffUsingGitAnnex _ Nothing = return ()
|
getStuffUsingGitAnnex _ Nothing = return ()
|
||||||
getStuffUsingGitAnnex tmpRepoDir (Just gitAnnexRemote) = do
|
getStuffUsingGitAnnex tmpRepoDir (Just gitAnnexRemote) = do
|
||||||
runGitAnnex tmpRepoDir ["init"]
|
runGitAnnex tmpRepoDir ["init"]
|
||||||
runGitAnnex tmpRepoDir ["initremote", remoteName, T.unpack gitAnnexRemote]
|
runGitAnnex tmpRepoDir (["initremote", remoteName] ++ (words $ T.unpack gitAnnexRemote))
|
||||||
runGitAnnex tmpRepoDir ["get", "--from", remoteName]
|
runGitAnnex tmpRepoDir ["get", "--from", remoteName]
|
||||||
where remoteName = "storage"
|
where remoteName = "storage"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user