exporttree support for adb special remote

This commit was sponsored by Michael Magin.
This commit is contained in:
Joey Hess 2018-03-27 16:10:28 -04:00
parent 2927618d35
commit ae75eb06bc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 92 additions and 28 deletions

View file

@ -110,7 +110,7 @@ encryptionVariants r = do
-- Variant of a remote with exporttree disabled.
disableExportTree :: Remote -> Annex Remote
disableExportTree r = maybe (error "failed disabling exportreee") return
disableExportTree r = maybe (error "failed disabling exportree") return
=<< adjustRemoteConfig r (M.delete "exporttree")
-- Variant of a remote with exporttree enabled.