diff options
Diffstat (limited to 'Remote/Tahoe.hs')
-rw-r--r-- | Remote/Tahoe.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Tahoe.hs b/Remote/Tahoe.hs index 7dd231c06..8df590f57 100644 --- a/Remote/Tahoe.hs +++ b/Remote/Tahoe.hs @@ -85,7 +85,8 @@ gen r u c gc = do availability = GloballyAvailable, remotetype = remote, mkUnavailable = return Nothing, - getInfo = return [] + getInfo = return [], + claimUrl = Nothing } tahoeSetup :: Maybe UUID -> Maybe CredPair -> RemoteConfig -> Annex (RemoteConfig, UUID) |