aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
-rw-r--r--toolsrc/src/vcpkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp
index d6d3f6d9d..796053941 100644
--- a/toolsrc/src/vcpkg.cpp
+++ b/toolsrc/src/vcpkg.cpp
@@ -19,7 +19,7 @@ using namespace vcpkg;
void invalid_command(const std::string& cmd)
{
- System::println(System::color::error, "invalid command: %s", cmd);
+ System::println(System::Color::error, "invalid command: %s", cmd);
Commands::Help::print_usage();
Checks::exit_fail(VCPKG_LINE_INFO);
}