Skip to content

Commit a9f1978

Browse files
committed
Fix concurrency environment variable
1 parent db30f0f commit a9f1978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ ! -z ${TEMPEST_PATTERN:+x} ]; then
3939
fi
4040

4141
concurrency=""
42-
if [ ! -z ${$TEMPEST_CONCURRENCY:+x} ]; then
42+
if [ ! -z ${TEMPEST_CONCURRENCY:+x} ]; then
4343
concurrency="--concurrency $TEMPEST_CONCURRENCY"
4444
fi
4545

0 commit comments

Comments
 (0)