Merge pull request #593 from OlafvdSpek/patch-3

Include powershell -exec bypass in suggestion
This commit is contained in:
Alexander Karatarakis 2017-01-25 12:49:38 -08:00 committed by GitHub
commit 1c9e95085f

View File

@ -84,7 +84,7 @@ namespace vcpkg::Commands::Update
{
if (maj1 != maj2 || min1 != min2 || rev1 != rev2)
{
System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use scripts\\bootstrap.ps1 to update.",
System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use powershell -exec bypass scripts/bootstrap.ps1 to update.",
maj2, min2, rev2,
maj1, min1, rev1);
}