mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:39:01 +08:00
Update commands_update.cpp
This commit is contained in:
parent
9b8afccc9d
commit
73f4c47d76
@ -84,7 +84,7 @@ namespace vcpkg::Commands::Update
|
|||||||
{
|
{
|
||||||
if (maj1 != maj2 || min1 != min2 || rev1 != rev2)
|
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,
|
maj2, min2, rev2,
|
||||||
maj1, min1, rev1);
|
maj1, min1, rev1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user