Skip to content

Commit ef12d68

Browse files
committed
test: fix helm test
1 parent b5be22e commit ef12d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helm/.test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
set -ex
3-
helm plugins list | grep "unittest"
3+
helm plugin list | grep "unittest"

0 commit comments

Comments
 (0)