diff options
Diffstat (limited to 'updater-ng/files/turris.lua')
-rw-r--r-- | updater-ng/files/turris.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/files/turris.lua b/updater-ng/files/turris.lua index 8ee114a..a957a8f 100644 --- a/updater-ng/files/turris.lua +++ b/updater-ng/files/turris.lua @@ -33,7 +33,7 @@ if mode == "version" and not version then mode = "branch" end --- Common URI to lists +-- Common URI to Turris OS lists local base_url if mode == "branch" then base_url = "https://repo.turris.cz/" .. branch .. "/lists/" |