[vcpkg-update] Add .\ to update message.

This commit is contained in:
Robert Schumacher 2017-04-21 14:13:22 -07:00
parent 580233a848
commit 05ebbfb2e8

View File

@ -77,7 +77,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 bootstrap-vcpkg.bat to update.",
System::println("Different source is available for vcpkg (%d.%d.%d -> %d.%d.%d). Use .\\bootstrap-vcpkg.bat to update.",
maj2, min2, rev2,
maj1, min1, rev1);
}