Browse Source

chore: remove v from script :sigh: (#14181)

Samuel Attard 6 years ago
parent
commit
c6a8ad9e3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/upload-index-json.py

+ 1 - 1
script/upload-index-json.py

@@ -10,7 +10,7 @@ from lib.util import s3put, scoped_cwd, safe_mkdir
 SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
 OUT_DIR     = os.path.join(SOURCE_ROOT, 'out', 'D')
 
-BASE_URL = 'https://electron-metadumper.herokuapp.com/?version=v'
+BASE_URL = 'https://electron-metadumper.herokuapp.com/?version='
 
 version = sys.argv[1]
 authToken = os.getenv('META_DUMPER_AUTH_HEADER')