From dacac3ce073ded7c97c351fc3a4970f6beb5e023 Mon Sep 17 00:00:00 2001 From: Caden Ream <114967401+cadenthecreator@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:14:47 -0700 Subject: [PATCH] Update repo.lua --- repo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.lua b/repo.lua index 7c7d4e5..0966448 100644 --- a/repo.lua +++ b/repo.lua @@ -1,5 +1,5 @@ peripheral.find("modem",rednet.open) -if not fs.exist("hostname") then +if not fs.exists("hostname") then local file = fs.open("hostname","w") term.write("\nhostname: ") file.write(read())