diff options
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index a7347902f..c1c72f6b5 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -210,7 +210,7 @@ namespace vcpkg::Commands::Install specs_string.push_back(','); specs_string.append(install_plan[i].spec.toString()); } - Metrics::TrackProperty("installplan", specs_string); + Metrics::track_property("installplan", specs_string); // execute the plan for (const package_spec_with_install_plan& action : install_plan) |
