From cc9c2046703787f9fe52ff8dc00fd00034a3cb6c Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 8 Dec 2018 14:08:44 -0500 Subject: [PATCH] switch branch to 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 8c5c413..990def6 100644 --- a/sys/boot/opus.boot +++ b/sys/boot/opus.boot @@ -2,7 +2,7 @@ local fs = _G.fs local http = _G.http -_G.OPUS_BRANCH = 'develop-1.8' +_G.OPUS_BRANCH = 'master-1.8' local GIT_REPO = 'kepler155c/opus/' .. _G.OPUS_BRANCH local BASE = 'https://raw.githubusercontent.com/' .. GIT_REPO