diff --git a/sandbox/release.py b/sandbox/release.py index 92fc70ec7..bc90db6e5 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -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.'