From 70a98e33d7a53ab903e1ad5f7a8cb0cac4977a83 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 8 Dec 2018 14:10:46 -0500 Subject: [PATCH] switch branch to develop-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 990def6..8c5c413 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 = 'master-1.8' +_G.OPUS_BRANCH = 'develop-1.8' local GIT_REPO = 'kepler155c/opus/' .. _G.OPUS_BRANCH local BASE = 'https://raw.githubusercontent.com/' .. GIT_REPO