Fix wrong branch name

this also fixes packages loading on master-1.8
This commit is contained in:
Anavrins 2020-01-15 00:12:29 -05:00
parent cef5b21921
commit 0fd349a487
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local function run(file, ...)
end
_G._syslog = function() end
_G.OPUS_BRANCH = 'master'
_G.OPUS_BRANCH = 'master-1.8'
-- Install require shim
_G.requireInjector = run('sys/modules/opus/injector.lua')