Skip to content

Commit 844767d

Browse files
committed
Fix redirect
1 parent 64f86ad commit 844767d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build/package_ota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
CHUNK_SIZE = 52_428_800 # 50 MB - must be under raw.githubusercontent.com's 100 MB limit
1616

1717
VERSION = open(ROOT / "userspace" / "root" / "VERSION").read().strip()
18-
IMAGES_URL = os.environ.get("IMAGES_URL", f"https://github.com/commaai/vamos-images/raw/v{VERSION}")
18+
IMAGES_URL = os.environ.get("IMAGES_URL", f"https://raw.githubusercontent.com/commaai/vamos-images/v{VERSION}")
1919

2020
GPT = namedtuple('GPT', ['lun', 'name', 'path', 'start_sector', 'num_sectors', 'has_ab', 'full_check'])
2121
GPTS = [

0 commit comments

Comments
 (0)