release.py: Actually specify the user to clone as

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-18 03:04:39 -04:00
parent 8c3125a287
commit e464260b8a
1 changed files with 2 additions and 1 deletions

View File

@ -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.'