Skip to content
Snippets Groups Projects
Verified Commit 1fa36077 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

medkit: fix updater script

Exported variable can't be local!
parent f972d1d0
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -23,7 +23,7 @@ function for_l10n(fragment)
end
Export('for_l10n')
local repo_base_uri = "https://repo.turris.cz/" .. os.getenv('BRANCH')
repo_base_uri = "https://repo.turris.cz/" .. os.getenv('BRANCH')
Export('repo_base_uri')
local script_options = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment