add Remote.Directory
This commit is contained in:
parent
320a4102d6
commit
a47ed922e1
6 changed files with 126 additions and 0 deletions
|
@ -46,11 +46,13 @@ import Config
|
|||
|
||||
import qualified Remote.Git
|
||||
import qualified Remote.S3
|
||||
import qualified Remote.Directory
|
||||
|
||||
remoteTypes :: [RemoteType Annex]
|
||||
remoteTypes =
|
||||
[ Remote.Git.remote
|
||||
, Remote.S3.remote
|
||||
, Remote.Directory.remote
|
||||
]
|
||||
|
||||
{- Builds a list of all available Remotes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue