Skip to content

Commit 88f633c

Browse files
committed
Fix missing space in docker-ci script
1 parent 42ca68d commit 88f633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/docker-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function run_test_impl {
2424
local runner_pid
2525
local runner_result=0
2626

27-
[ -z "$CHROME_CMD"] && CHROME_CMD=google-chrome-stable
27+
[ -z "$CHROME_CMD" ] && CHROME_CMD=google-chrome-stable
2828
[ "$LOCAL" == "true" ] && url="http://host.docker.internal:$port/run?notimers=true"
2929
[ -n "$CONSTEL" ] && url="$url&constellation=$CONSTEL"
3030
[ -n "$MOBILE_UA" ] && url="$url&deviceMode=true"

0 commit comments

Comments
 (0)