diff options
Diffstat (limited to 'Remote/External.hs')
-rw-r--r-- | Remote/External.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/External.hs b/Remote/External.hs index d09e1f9b3..6c36d879a 100644 --- a/Remote/External.hs +++ b/Remote/External.hs @@ -34,7 +34,7 @@ import qualified Data.Map as M remote :: RemoteType remote = RemoteType { typename = "external", - enumerate = findSpecialRemotes "externaltype", + enumerate = const (findSpecialRemotes "externaltype"), generate = gen, setup = externalSetup } |