Skip to content

Commit f8a946e

Browse files
Merge pull request openshift#1129 from wking/aws-destroy-tag-search-error-handling
pkg/destroy/aws: Set 'matched' on tag-pagination errors
2 parents 0098511 + 6a32dcf commit f8a946e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/destroy/aws/aws.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (o *ClusterUninstaller) Run() error {
143143
if err != nil {
144144
err = errors.Wrapf(err, "get tagged resources")
145145
o.Logger.Info(err)
146+
matched = true
146147
loopError = err
147148
}
148149
}

0 commit comments

Comments
 (0)