Skip to content

Commit

Permalink
Fixing example netboot client
Browse files Browse the repository at this point in the history
  • Loading branch information
flamableassassin authored Dec 22, 2024
1 parent aef6a4c commit 54cc995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/NetBoot/v0.1.0/Client.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[ Net-Boot Client ]]--

-- Configuration
local netBootProgramName = "counters.lua"
local netBootProgramName = "counter.lua"
local netBootPort = 8

-- Setup Network
Expand Down Expand Up @@ -53,4 +53,4 @@ if not success then
computer.log(4, error)

computer.reset()
end
end

0 comments on commit 54cc995

Please sign in to comment.