diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-02-21 13:41:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-21 13:41:54 -0800 |
| commit | 3e67b104fddc9014f299c5b61c972449f4b14fd5 (patch) | |
| tree | 293443b20fef7fc64eed0aa8141fe00a22ecc4d2 /toolsrc/src | |
| parent | 81bb33dc3ee677d4167e0480d1f2d522756e7f24 (diff) | |
| parent | 7d4df89c1dfff0b2bad0165ac4579f6352935a94 (diff) | |
| download | vcpkg-3e67b104fddc9014f299c5b61c972449f4b14fd5.tar.gz vcpkg-3e67b104fddc9014f299c5b61c972449f4b14fd5.zip | |
Merge pull request #670 from o-mdr/master
Trivial print out change
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/commands_build.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp index aae30efd1..ec4124922 100644 --- a/toolsrc/src/commands_build.cpp +++ b/toolsrc/src/commands_build.cpp @@ -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" |
