Skip to content

Commit

Permalink
Merge pull request #1126 from alvaroaleman/fix-log
Browse files Browse the repository at this point in the history
Azure: Fix credentials log
  • Loading branch information
openshift-merge-robot authored Mar 9, 2022
2 parents 5138baf + 2c6a40c commit 02f3c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/infra/azure/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (o *CreateInfraOptions) Run(ctx context.Context) (*CreateInfraOutput, error
if err != nil {
return nil, fmt.Errorf("failed to read the credentials: %w", err)
}
fmt.Printf("Using credentilas: %s", o.CredentialsFile)
log.Log.Info("Using credentials from file", "path", o.CredentialsFile)
}

authorizer, err := auth.ClientCredentialsConfig{
Expand Down

0 comments on commit 02f3c5f

Please sign in to comment.