Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 20bd642

Browse files
committed
Fix shellcheck issue
Signed-off-by: Kevin Fox <[email protected]>
1 parent 408ea03 commit 20bd642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/production/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ install_and_test() {
108108
helm test --namespace "${ns}" spire
109109
}
110110

111-
if [[ ! -z "$UPGRADE_ARGS" ]]; then
111+
if [[ -n "$UPGRADE_ARGS" ]]; then
112112
install_and_test spire "$UPGRADE_ARGS"
113113
# Any other upgrade steps go here. (Upgrade crds, delete statefulsets without cascade, etc.)
114114
fi

0 commit comments

Comments
 (0)