From cef5b21921705736249428274d12062b982c0bbc Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 10 Nov 2019 18:52:28 -0700 Subject: [PATCH] update to master --- sys/boot/opus.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/opus.boot b/sys/boot/opus.boot index 2a02d14..1ed1de8 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 = 'develop-1.8' +_G.OPUS_BRANCH = 'master' -- Install require shim _G.requireInjector = run('sys/modules/opus/injector.lua')