From 0fd349a48752cf344a44f3b873858ca88eb94401 Mon Sep 17 00:00:00 2001 From: Anavrins Date: Wed, 15 Jan 2020 00:12:29 -0500 Subject: [PATCH] Fix wrong branch name this also fixes packages loading on master-1.8 --- 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 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')