Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 07c95b9

Browse files
committed
Fix copy pasta error
1 parent 2b41886 commit 07c95b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/execution/scan_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ func (r *ScanReconciler) startParser(scan *executionv1.Scan) error {
384384
func (r *ScanReconciler) checkIfParsingIsCompleted(scan *executionv1.Scan) error {
385385
ctx := context.Background()
386386

387-
status, err := r.checkIfJobIsCompleted(fmt.Sprintf("scan-%s", scan.Name), scan.Namespace)
387+
status, err := r.checkIfJobIsCompleted(fmt.Sprintf("parse-%s", scan.Name), scan.Namespace)
388388
if err != nil {
389389
return err
390390
}

0 commit comments

Comments
 (0)