Skip to content

Commit

Permalink
typo: Official name of Application
Browse files Browse the repository at this point in the history
Signed-off-by: Enderson Menezes <[email protected]>
Co-authored-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
endersonmenezes committed Nov 17, 2021
1 parent cbe6cae commit 267b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/azure_pipelines_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (s *azurePipelinesScaler) GetAzurePipelinesQueueLength(ctx context.Context)
r.Body.Close()

if !(r.StatusCode >= 200 && r.StatusCode <= 299) {
return -1, fmt.Errorf("Azure Devops REST api returned error. url: %s status: %d response: %s", string(url, r.StatusCode, string(b))
return -1, fmt.Errorf("Azure DevOps REST api returned error. url: %s status: %d response: %s", string(url, r.StatusCode, string(b))
}

var result map[string]interface{}
Expand Down

0 comments on commit 267b901

Please sign in to comment.