Skip to content

Commit

Permalink
New tag commit
Browse files Browse the repository at this point in the history
Signed-off-by: bmordeha <[email protected]>
  • Loading branch information
Barakmor1 committed Oct 18, 2023
1 parent 64989ef commit 459ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mtq-controller/vmmrq-controller/vmmrq-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (ctrl *VmmrqController) execute(key string) (error, enqueueState) {
return err, BackOff
}
if len(vmmrqObjsList.Items) != 1 {
return fmt.Errorf("there should be 1 virtualMachineMigrationResourceQuota in %v namespace", migartionNS), Forget
return fmt.Errorf("there should be 1 virtualMachineMigrationResourceQuota in %v namespace.", migartionNS), Forget
}

vmmrq := &vmmrqObjsList.Items[0]
Expand Down

0 comments on commit 459ddc6

Please sign in to comment.