diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-13 16:49:19 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-13 16:49:19 +0200 |
commit | a0568e0b4bb0fe9b70aecf375473648a7af06f9d (patch) | |
tree | f2e5dd76e633cda219d61167eaad048d1339b61a /updater-ng/files/turris.lua | |
parent | df6d34e9eb05e867779e52b8427b0c770c9081ea (diff) | |
download | openwrt-personal-pkgs-a0568e0b4bb0fe9b70aecf375473648a7af06f9d.tar.gz openwrt-personal-pkgs-a0568e0b4bb0fe9b70aecf375473648a7af06f9d.tar.bz2 openwrt-personal-pkgs-a0568e0b4bb0fe9b70aecf375473648a7af06f9d.zip |
updater-ng: sync files with upsream
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/" |