Skip to content

Commit

Permalink
Fix typo in NewHostOrchestratorService
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed Dec 11, 2023
1 parent f6b96ca commit 8062006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/host_orchestrator_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type HostOrchestratorService interface {

const defaultHostOrchestratorCredentialsHeader = "X-Cutf-Host-Orchestrator-BuildAPI-Creds"

func NewHostOrchestratoService(url string) HostOrchestratorService {
func NewHostOrchestratorService(url string) HostOrchestratorService {
return &HostOrchestratorServiceImpl{
HTTPHelper: HTTPHelper{
Client: http.DefaultClient,
Expand Down

0 comments on commit 8062006

Please sign in to comment.