diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-31 14:32:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-31 14:32:59 -0400 |
commit | 09905f66559f964ad36dc40da03d4f7f96804a91 (patch) | |
tree | b871c8a2372e6cba00aaa9b707c091f65837016b /Remote/S3stub.hs | |
parent | 38195a6363e54874ce072eb2d3ced448e0b68e02 (diff) | |
parent | f0957426c586610d16ad9694e002b73324baa29a (diff) |
Merge branch 'autosync'
Diffstat (limited to 'Remote/S3stub.hs')
-rw-r--r-- | Remote/S3stub.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3stub.hs b/Remote/S3stub.hs index d91a222e8..31e8a339e 100644 --- a/Remote/S3stub.hs +++ b/Remote/S3stub.hs @@ -4,7 +4,7 @@ module Remote.S3 (remote) where import Types.Remote import Types -remote :: RemoteType Annex +remote :: RemoteType remote = RemoteType { typename = "S3", enumerate = return [], |