Skip to content

Commit

Permalink
Remove test.pf from hub
Browse files Browse the repository at this point in the history
  • Loading branch information
peachpit-site committed Jan 31, 2025
1 parent 4a8eb53 commit 5d31275
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hub/hub.hub
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ Database = struct(driver DatabaseDrivers, name, host string, port int, username,

var

allServices = map(`hub`::`hub/hub.hub`,
.. `test`::`C:\Users\owner\Pipefish\examples\test.pf`)
allServices = map(`hub`::`hub/hub.hub`)

currentService string? = `test`
currentService string? = NULL

isLive = true

Expand Down

0 comments on commit 5d31275

Please sign in to comment.