Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Feb 25, 2025
1 parent 941a9ff commit eef126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/templatize/pkg/pipeline/arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func createError(errors armresources.ErrorResponse) error {
if err != nil {
return err
}
return fmt.Errorf(string(errB))
return fmt.Errorf("%s", string(errB))
}

func pollAndPrint[T any](ctx context.Context, p *runtime.Poller[T]) error {
Expand Down

0 comments on commit eef126c

Please sign in to comment.