diff options
Diffstat (limited to 'CmdLine/GitRemoteTorAnnex.hs')
-rw-r--r-- | CmdLine/GitRemoteTorAnnex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/GitRemoteTorAnnex.hs b/CmdLine/GitRemoteTorAnnex.hs index 72211c995..517ce7c82 100644 --- a/CmdLine/GitRemoteTorAnnex.hs +++ b/CmdLine/GitRemoteTorAnnex.hs @@ -66,7 +66,7 @@ connectService address port service = do , runIhdl = h , runOhdl = h } - runNetProtoHandle runenv $ do + liftIO $ runNetProto runenv $ do v <- auth myuuid authtoken case v of Just _theiruuid -> connect service stdin stdout |