aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 13:15:34 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 13:15:34 -0500
commite379656333caefe28914c6bc0cdfe9a80b1ecd0e (patch)
treedbc8ebef215d90b4d6285530a31dc1bd4ae0f15f /boot
parenta405ec93546b95c2369ec9069b3616944d785198 (diff)
downloadbits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.gz
bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.bz2
bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.zip
Updated MBS
Diffstat (limited to 'boot')
-rw-r--r--boot/mbs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbs.lua b/boot/mbs.lua
index 129109f..754d1ce 100644
--- a/boot/mbs.lua
+++ b/boot/mbs.lua
@@ -1,4 +1,4 @@
-assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup')
+assert(loadfile("mbs.lua", _ENV))('startup', "mbs.lua")
term.setTextColor(16)
print(os.version() .. " (+MBS)")
term.setCursorPos(1,2)