mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
release.py: Actually specify the user to clone as
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
8c3125a287
commit
e464260b8a
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user