From 0fca6a1b8770f0ec4fb8a90ac0c6f4e36a522947 Mon Sep 17 00:00:00 2001 From: Milena Hristova Date: Wed, 8 Feb 2023 15:46:34 +0100 Subject: [PATCH] Update eng/vmr-sync.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Přemek Vysoký --- eng/vmr-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/vmr-sync.sh b/eng/vmr-sync.sh index c65ffd6ab..db9292d94 100755 --- a/eng/vmr-sync.sh +++ b/eng/vmr-sync.sh @@ -200,7 +200,7 @@ fi highlight "Starting the synchronization to '$target_ref'.." set +e -if "$dotnet" darc vmr update --vmr "$vmr_dir" --tmp "$tmp_dir" --$verbosity --recursive --readme-template $readme_template --tpn-template $tpn_template --additional-remotes "installer:$installer_dir" "installer:$target_ref"; then +if "$dotnet" darc vmr update --vmr "$vmr_dir" --tmp "$tmp_dir" --$verbosity --recursive --readme-template "$readme_template" --tpn-template "$tpn_template" --additional-remotes "installer:$installer_dir" "installer:$target_ref"; then highlight "Synchronization succeeded" else fail "Synchronization of dotnet/dotnet to '$target_ref' failed!"