change index server

This commit is contained in:
Henning Peters 2015-11-18 18:09:46 +01:00
parent 50d15ea5d2
commit 73e5650be5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def main(data_size='all', force=False):
command = sputnik.make_command(
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:
command.purge()