summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/InAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs
index 4a4102754..a2beda4a5 100644
--- a/Command/InAnnex.hs
+++ b/Command/InAnnex.hs
@@ -13,7 +13,7 @@ import System.Exit
import Command
import Content
import qualified Backend
-import qualified BackendTypes
+import qualified BackendClass
import Key
command :: [Command]
@@ -28,7 +28,7 @@ start keyname = do
backends <- Backend.list
let key = stubKey {
keyName = keyname,
- keyBackendName = BackendTypes.name (head backends)
+ keyBackendName = BackendClass.name (head backends)
}
error "BROKEN. fixme!"
present <- inAnnex key