Skip to content

Commit fa8d3b5

Browse files
committed
Fix a typo in the run script
1 parent 804ec5f commit fa8d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969

7070
- bash: |
7171
set -e
72-
if [ "$IMAGE" = ""]; then
72+
if [ "$IMAGE" = "" ]; then
7373
src/ci/run.sh
7474
else
7575
src/ci/docker/run.sh $IMAGE

0 commit comments

Comments
 (0)