mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 13:48:05 +00:00
Fix wrong branch name
this also fixes packages loading on master-1.8
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user