Merge pull request #670 from o-mdr/master

Trivial print out change
This commit is contained in:
Robert Schumacher 2017-02-21 13:41:54 -08:00 committed by GitHub
commit 3e67b104fd

View File

@ -102,7 +102,7 @@ namespace vcpkg::Commands::Build
std::string create_user_troubleshooting_message(const package_spec& spec)
{
return Strings::format("Please ensure sure you're using the latest portfiles with `vcpkg update`, then\n"
return Strings::format("Please ensure sure you're using the latest portfiles with `.\\vcpkg update`, then\n"
"submit an issue at https://github.com/Microsoft/vcpkg/issues including:\n"
" Package: %s\n"
" Vcpkg version: %s\n"