diff --git a/sys/boot/opus.boot b/sys/boot/opus.boot index 1ed1de8..fbf23a0 100644 --- a/sys/boot/opus.boot +++ b/sys/boot/opus.boot @@ -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')