Skip to content

Commit

Permalink
match package name
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <[email protected]>
  • Loading branch information
mikemrm committed Aug 11, 2021
1 parent dfd9b99 commit cefd35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/custom_ipxe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func init() {
job.RegisterInstaller("ipxe", ipxeScript)
job.RegisterInstaller("custom_ipxe", ipxeScript)
job.RegisterSlug("custom_ipxe", ipxeScript)
}

Expand Down

0 comments on commit cefd35e

Please sign in to comment.