Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcollier authored Jul 11, 2023
1 parent 5728532 commit 5540ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func (r *SnapshotEnvironmentBindingReconciler) Reconcile(ctx context.Context, re
err := fmt.Errorf("application snapshot %s did not reference component %s", snapshotName, componentName)
log.Error(err, "")
ioutils.RemoveFolderAndLogError(log, r.AppFS, tempDir)
r.SetConditionAndUpdateCR(ctx, req, &appSnapshotEnvBinding, err)
return ctrl.Result{}, err
}

Expand Down

0 comments on commit 5540ac3

Please sign in to comment.