This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 29a4fe99c2a3adc993f1d163f5c65f1eb1fe6ecf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Mar 20 08:30:55 2014 +0100 typo fix --- sbin/x2gobroker-testagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index d744a1a..e927225 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -185,7 +185,7 @@ if __name__ == "__main__": kwargs = {} pubkey = cmdline_args.pubkey if (task == 'addauthkey' or task == 'delauthkey') and not pubkey: - pubkey, privvkey = x2gobroker.agent.genkeypair(local_username=username, client_address="localhost") + pubkey, privkey = x2gobroker.agent.genkeypair(local_username=username, client_address="localhost") if pubkey: kwargs.update({ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git