From 3c2892074a4791f529bfcb019504996aef2e0b74 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 24 Sep 2017 16:28:15 -0400 Subject: [PATCH] merge --- sys/boot/multishell.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/multishell.boot b/sys/boot/multishell.boot index a5888a4..1e1746d 100644 --- a/sys/boot/multishell.boot +++ b/sys/boot/multishell.boot @@ -26,7 +26,7 @@ if mounts then end pcall(function() - fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/develop') + fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/master') end) -- user environment