Skip to content

Commit

Permalink
Edit name of startup test param
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk-dev committed Dec 14, 2023
1 parent f0dcd0a commit 588bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/livepeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func parseLivepeerConfig() starter.LivepeerConfig {
cfg.DetectionWebhookURL = flag.String("detectionWebhookUrl", *cfg.DetectionWebhookURL, "(Experimental) Detection results callback URL")

// flags
cfg.TestOrchAvail = flag.Bool("testOrchAvail", *cfg.TestOrchAvail, "Set to false to disable the startup Orchestrator availability check on the configured serviceAddr")
cfg.TestOrchAvail = flag.Bool("startupAvailabilityCheck", *cfg.TestOrchAvail, "Set to false to disable the startup Orchestrator availability check on the configured serviceAddr")

return cfg
}
Expand Down

0 comments on commit 588bdbd

Please sign in to comment.