From 1746109255d3d4cdde3540f8eb099adddccd2468 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 25 Sep 2023 20:24:09 +0200 Subject: ci/cd: update branch references current -> sagitta --- tools/get_latest_iso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/get_latest_iso.py') diff --git a/tools/get_latest_iso.py b/tools/get_latest_iso.py index 4a2ea9a8..f8228ff2 100755 --- a/tools/get_latest_iso.py +++ b/tools/get_latest_iso.py @@ -7,7 +7,7 @@ from urllib.parse import unquote import requests BASE_URL = 'https://downloads.vyos.io/' -PAGE_URL = BASE_URL+'?dir=rolling/current/amd64' +PAGE_URL = BASE_URL+'?dir=rolling/sagitta/amd64' def download(): -- cgit v1.2.3