aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows/Check-ManifestFormatting.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
index e4c59582d..75924c24a 100644
--- a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
@@ -24,7 +24,7 @@ if (-not (Test-Path "$Root/vcpkg.exe"))
}
}
-& "$Root/vcpkg.exe" 'x-format-manifest' '--all'
+& "$Root/vcpkg.exe" 'format-manifest' '--all'
if (-not $?)
{
Write-Error "Failed formatting manifests; are they well-formed?"