Skip to content

Commit ea31cf5

Browse files
Fix linting issue
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 3c69756 commit ea31cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/machine/bmc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (scope *machineReconcileScope) createPowerOffJob(hw *tinkv1.Hardware) error
4848
"Name", bmcJob.Name,
4949
"Namespace", bmcJob.Namespace)
5050

51-
return fmt.Errorf("requeue to wait for job.bmc completion: %s/%s", bmcJob.Namespace, bmcJob.Name)
51+
return fmt.Errorf("requeue to wait for job.bmc completion: %s/%s", bmcJob.Namespace, bmcJob.Name) //nolint:goerr113
5252
}
5353

5454
// getJob fetches the Job by name.

0 commit comments

Comments
 (0)