diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-05-02 15:43:26 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-05-02 15:43:26 -0700 |
| commit | 84d02232f64034e6b711edfdf060720f351fa137 (patch) | |
| tree | 79cc19ceb92bea6d83d844058e57e58bacbe8102 /toolsrc/src/commands_export.cpp | |
| parent | 22b1733a4aa6a3b8732a1cac6de8bade7a5c8044 (diff) | |
| download | vcpkg-84d02232f64034e6b711edfdf060720f351fa137.tar.gz vcpkg-84d02232f64034e6b711edfdf060720f351fa137.zip | |
Fix NuGet casing
Diffstat (limited to 'toolsrc/src/commands_export.cpp')
| -rw-r--r-- | toolsrc/src/commands_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index 3263de31c..b2ea91765 100644 --- a/toolsrc/src/commands_export.cpp +++ b/toolsrc/src/commands_export.cpp @@ -338,7 +338,7 @@ namespace vcpkg::Commands::Export const std::string nuget_id = raw_exported_dir_path.filename().string(); const fs::path output_path = do_nuget_export(paths, nuget_id, raw_exported_dir_path, export_to_path); System::println(System::Color::success, "Creating nuget package... done"); - System::println(System::Color::success, "Nuget package exported at: %s", output_path.generic_string()); + System::println(System::Color::success, "NuGet package exported at: %s", output_path.generic_string()); System::println(R"( With a project open, go to Tools->NuGet Package Manager->Package Manager Console and paste: |
