Skip to content

Commit

Permalink
Merge pull request #3 from flamableassassin/patch-1
Browse files Browse the repository at this point in the history
Fixing example netboot client
  • Loading branch information
Panakotta00 authored Feb 8, 2025
2 parents 80dbe14 + 54cc995 commit d5fde4e
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 d5fde4e

Please sign in to comment.