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

lists/bootstrap: fix invalid name of variable

Variable was renamed but not in this specific instace.
parent 535de191
Branches
No related merge requests found
......@@ -57,7 +57,7 @@ end
-- Include contract if specified
local env_contract = os.getenv('CONTRACT')
if env_contract and env_contract ~= "" then
Script('contracts/' .. contract .. '.lua')
Script('contracts/' .. env_contract .. '.lua')
end
local env_testkey = os.getenv('TESTKEY')
......
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