Skip to content

Commit c180e26

Browse files
authored
fix typo
1 parent fe908b8 commit c180e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
fetchTags: false
1919
fetchDepth: 1
2020

21-
- script: echo eq(${{ parameters.isIntegration }}, 'true') evaluates to ${{ eq(parameters.isIntegration, 'true)' }}
21+
- script: echo eq(${{ parameters.isIntegration }}, 'true') evaluates to ${{ eq(parameters.isIntegration, 'true') }}
2222

2323
- template: prereqs.yml
2424
parameters:

0 commit comments

Comments
 (0)