Skip to content

Commit

Permalink
Update pkg/scalers/azure_pipelines_scaler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <[email protected]>
Signed-off-by: toniiiik <[email protected]>
  • Loading branch information
toniiiik and zroubalik authored Jan 15, 2024
1 parent 90cdb91 commit c205d8c
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 @@ -245,7 +245,7 @@ func parseAzurePipelinesMetadata(ctx context.Context, logger logr.Logger, config
if err != nil {
return nil, kedav1alpha1.AuthPodIdentity{}, err
}
// // Trim any trailing new lines from the Azure Pipelines PAT
// Trim any trailing new lines from the Azure Pipelines PAT
meta.authContext = authContext{
pat: strings.TrimSuffix(pat, "\n"),
cred: cred,
Expand Down

0 comments on commit c205d8c

Please sign in to comment.