1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-13 17:06:54 +00:00

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

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')