diff options
Diffstat (limited to 'Remote/Hook.hs')
-rw-r--r-- | Remote/Hook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Hook.hs b/Remote/Hook.hs index 9abc4e303..259a44bcd 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -27,7 +27,7 @@ type HookName = String remote :: RemoteType remote = RemoteType { typename = "hook", - enumerate = findSpecialRemotes "hooktype", + enumerate = const (findSpecialRemotes "hooktype"), generate = gen, setup = hookSetup } |