mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
typo
This commit is contained in:
2
.github/workflows/common_library_tests.yaml
vendored
2
.github/workflows/common_library_tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user