Skip to content

Commit

Permalink
fix typo of file operation.go (#3907)
Browse files Browse the repository at this point in the history
Signed-off-by: Isla-top <211220177@smail.nju.edu.cn>
  • Loading branch information
Isla-top authored May 6, 2024
1 parent 5427df1 commit 7299dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddc/base/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (t *TemplateEngine) reconcilePending(ctx cruntime.ReconcileRequestContext,

// 1. check preceding operation status
if opStatus.WaitingFor.OperationComplete != nil && *opStatus.WaitingFor.OperationComplete {
// when operationComplete set back to false, a new reconcilation loop will be triggered, so no requeue here.
// when operationComplete set back to false, a new reconciliation loop will be triggered, so no requeue here.
return utils.NoRequeue()
}

Expand Down

0 comments on commit 7299dfa

Please sign in to comment.