From e464260b8a90f00bbbf5c9831823cb276d2b46fd Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 18 May 2009 03:04:39 -0400 Subject: [PATCH] release.py: Actually specify the user to clone as Signed-off-by: James Vega --- sandbox/release.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/release.py b/sandbox/release.py index 535bdc356..15115c711 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -74,7 +74,8 @@ if __name__ == '__main__': ' Change to an appropriate directory or remove the supybot ' 'directory to continue.') print 'Checking out fresh tree from git.' - system('git clone git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot', u) + system( + 'git clone git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot'%u) os.chdir('supybot') print 'Checking RELNOTES version line.'