diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-26 13:04:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-26 13:04:37 -0400 |
commit | 9816398fadebf9f1a70b51b21c2d8a6bd9e8caa4 (patch) | |
tree | 6cef77b5af56432294a2592f36be627ce18b60ed /Assistant/Pairing | |
parent | c88f2afd3a7b811e7078c9e66d47431757d2b3df (diff) |
webapp: Display any error message from git init if it fails to create a repository.
Diffstat (limited to 'Assistant/Pairing')
-rw-r--r-- | Assistant/Pairing/MakeRemote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Pairing/MakeRemote.hs b/Assistant/Pairing/MakeRemote.hs index f938bac93..24a83b43c 100644 --- a/Assistant/Pairing/MakeRemote.hs +++ b/Assistant/Pairing/MakeRemote.hs @@ -41,7 +41,7 @@ finishedLocalPairing msg keypair = do , genSshHost (sshHostName sshdata) (sshUserName sshdata) , "git-annex-shell -c configlist " ++ T.unpack (sshDirectory sshdata) ] - "" + Nothing void $ makeSshRemote False sshdata {- Mostly a straightforward conversion. Except: |