diff options
Diffstat (limited to 'Remote/Tahoe.hs')
-rw-r--r-- | Remote/Tahoe.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 8b56bbd50..ac7088bea 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -87,7 +87,7 @@ gen r u c gc = do mkUnavailable = return Nothing, getInfo = return [], claimUrl = Nothing, - checkUrl = const $ return Nothing + checkUrl = Nothing } tahoeSetup :: Maybe UUID -> Maybe CredPair -> RemoteConfig -> Annex (RemoteConfig, UUID) |