aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/boot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/boot.lua b/system/boot.lua
index 4777ede..ef11d60 100644
--- a/system/boot.lua
+++ b/system/boot.lua
@@ -49,7 +49,7 @@ if fs.exists("/home") then
term.setTextColor(colors.green)
print("[OK] Home has been found...")
else
- fs.makeDir("/home")
+ fs.makeDir("/Home")
term.setTextColor(colors.green)
print("[OK] Home directory has been created...")
end