change index server

This commit is contained in:
Henning Peters 2015-11-18 18:09:46 +01:00
parent 50d15ea5d2
commit 73e5650be5

View File

@ -32,7 +32,7 @@ def main(data_size='all', force=False):
command = sputnik.make_command( command = sputnik.make_command(
data_path=os.path.abspath(os.path.join(path, '..', 'data')), data_path=os.path.abspath(os.path.join(path, '..', 'data')),
repository_url='http://sputnik-production.elasticbeanstalk.com') repository_url='https://index.spacy.io')
if force: if force:
command.purge() command.purge()