Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Delete trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Nov 17, 2023
1 parent ecf06cc commit 060e582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/index_tools/tang_uninstall_catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.
#

test -f tang_subscription.yaml && oc delete -f tang_subscription.yaml
test -f tang_catalog_source.yaml && oc delete -f tang_catalog_source.yaml
test -f tang_subscription.yaml && oc delete -f tang_subscription.yaml
test -f tang_catalog_source.yaml && oc delete -f tang_catalog_source.yaml
oc get csv -nopenshift-operators
csv=$(oc get csv -n openshift-operators | grep -v NAME | head | awk '{print $1}')
test -z "${csv}" || oc delete csv "${csv}" -n openshift-operators

0 comments on commit 060e582

Please sign in to comment.