From 0791907c638c221eb8b97acbb76fff4c5590d679 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 17 Jan 2023 16:48:03 +0200 Subject: [PATCH] typo --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index a192b18455..122b7af071 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -77,7 +77,7 @@ jobs: while [ $x -gt 0 ]; do - if (elm plugin list | grep unittest); then + if (helm plugin list | grep unittest); then # If it succeeds set it to 1 and the next command will make it zero and exit the loop x=1 fi