From 05ebbfb2e8c07d9195ed03b27ef72e7b3795fc8e Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 21 Apr 2017 14:13:22 -0700 Subject: [vcpkg-update] Add .\ to update message. --- toolsrc/src/commands_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src') diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp index 6fc8b1171..36a2858b1 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -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); } -- cgit v1.2.3