From 53bc9d607282627136ff66d72d9ee6ba3c394886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Mon, 2 May 2022 14:30:10 -0300 Subject: [PATCH] Fix typo --- .azure-pipelines/compare-refdata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/compare-refdata.yml b/.azure-pipelines/compare-refdata.yml index 43cdef5ec22..a25a8fb7dd3 100644 --- a/.azure-pipelines/compare-refdata.yml +++ b/.azure-pipelines/compare-refdata.yml @@ -48,7 +48,7 @@ jobs: git fetch upstream displayName: 'Set upstream remote' - - ${{ if or(startsWith(variables['ref1.hash'], 'upstream/pr'), startsWith(variables['ref2.hash'], 'upstream/pr')}}: + - ${{ if or(startsWith(variables['ref1.hash'], 'upstream/pr'), startsWith(variables['ref2.hash'], 'upstream/pr')) }}: - bash: | cd $(refdata.dir) git fetch upstream "+refs/pull/*/head:refs/remotes/upstream/pr/*"