aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-windows.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-windows.ps1')
-rw-r--r--scripts/build-windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-windows.ps1 b/scripts/build-windows.ps1
index 3c85e0a38..5da7df540 100644
--- a/scripts/build-windows.ps1
+++ b/scripts/build-windows.ps1
@@ -141,7 +141,7 @@ $EXPECTED_RECIPES_PNPM_VERSION = (Get-Content .\recipes\package.json | ConvertFr
141if ($ACTUAL_PNPM_VERSION -ne $EXPECTED_RECIPES_PNPM_VERSION) { 141if ($ACTUAL_PNPM_VERSION -ne $EXPECTED_RECIPES_PNPM_VERSION) {
142 fail_with_docs "The expected versions of pnpm are not the same in the main repo and in the recipes submodule, please sync them. 142 fail_with_docs "The expected versions of pnpm are not the same in the main repo and in the recipes submodule, please sync them.
143 expected in recipes : [$EXPECTED_RECIPES_PNPM_VERSION] 143 expected in recipes : [$EXPECTED_RECIPES_PNPM_VERSION]
144 expected in main repo: [$EXPECTED_RECIPES_PNPM_VERSION] 144 expected in main repo: [$EXPECTED_PNPM_VERSION]
145 actual : [$EXPECTED_PNPM_VERSION]" 145 actual : [$EXPECTED_PNPM_VERSION]"
146} 146}
147 147