summaryrefslogtreecommitdiff
path: root/Remote/Hook.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Hook.hs')
-rw-r--r--Remote/Hook.hs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Remote/Hook.hs b/Remote/Hook.hs
index 5be4339e3..d7c7eb6b8 100644
--- a/Remote/Hook.hs
+++ b/Remote/Hook.hs
@@ -26,12 +26,13 @@ type Action = String
type HookName = String
remote :: RemoteType
-remote = RemoteType {
- typename = "hook",
- enumerate = const (findSpecialRemotes "hooktype"),
- generate = gen,
- setup = hookSetup
-}
+remote = RemoteType
+ { typename = "hook"
+ , enumerate = const (findSpecialRemotes "hooktype")
+ , generate = gen
+ , setup = hookSetup
+ , exportSupported = exportUnsupported
+ }
gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
gen r u c gc = do