summaryrefslogtreecommitdiff
path: root/Remote/Bup.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-17 00:40:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-17 00:40:23 -0400
commitb6b04642c8d513aaa75b924e1ef8480fa39f3109 (patch)
tree7b5eede3146d5f47f610772e9dbe3a5752098440 /Remote/Bup.hs
parentd996637fd68430b4236d2899c49827cbf457471f (diff)
rename
Diffstat (limited to 'Remote/Bup.hs')
-rw-r--r--Remote/Bup.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs
index 771212372..698d1b188 100644
--- a/Remote/Bup.hs
+++ b/Remote/Bup.hs
@@ -29,7 +29,7 @@ import Utility
import Messages
import Ssh
import Remote.Special
-import Remote.Encrypted
+import Remote.Encryptable
import Crypto
type BupRepo = String
@@ -49,7 +49,7 @@ gen r u c = do
bupr <- liftIO $ bup2GitRemote buprepo
(u', bupr') <- getBupUUID bupr u
- return $ encryptedRemote c
+ return $ encryptableRemote c
(storeEncrypted r buprepo)
(retrieveEncrypted buprepo)
Remote {