Skip to content

Commit 485cb20

Browse files
Generated commit to update templated files based on rev ae0fc7f in stackabletech/operator-templating repo. (#368)
Triggered by: Manual run triggered by: razvan with message [run_test.sh fix quoting]
1 parent ae6eefa commit 485cb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ run_tests() {
8888
fi
8989

9090
pushd "$TEST_ROOT" || exit
91-
kubectl-kuttl "${OPTS[*]}"
91+
kubectl-kuttl "${OPTS[@]}"
9292
popd || exit
9393
}
9494

0 commit comments

Comments
 (0)