release: Fix repository location

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
James McCoy 2012-06-17 10:34:23 -04:00
parent e6d361fc92
commit f8824458b3
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,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', '-b', branch,
'git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot' % u])
repo = 'git+ssh://%s@supybot.git.sourceforge.net/gitroot/supybot/supybot' % u
system(['git', 'clone', '-b', branch, repo])
os.chdir('supybot')
print 'Checking RELNOTES version line.'