diff options
Diffstat (limited to 'Remote/WebDAV.hs')
-rw-r--r-- | Remote/WebDAV.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/WebDAV.hs b/Remote/WebDAV.hs index 3c414f003..6cc53964e 100644 --- a/Remote/WebDAV.hs +++ b/Remote/WebDAV.hs @@ -36,7 +36,7 @@ import Remote.WebDAV.DavLocation remote :: RemoteType remote = RemoteType { typename = "webdav", - enumerate = findSpecialRemotes "webdav", + enumerate = const (findSpecialRemotes "webdav"), generate = gen, setup = webdavSetup } |