[vcpkg] Dependency instead of installcmd

This commit is contained in:
Robert Schumacher 2017-08-29 17:02:33 -07:00
parent 83464ec5b7
commit 526b1436a1

View File

@ -90,7 +90,7 @@ namespace vcpkg
{
auto locked_metrics = Metrics::g_metrics.lock();
locked_metrics->track_property("error", "powershell install failed");
locked_metrics->track_property("installcmd", install_cmd);
locked_metrics->track_property("dependency", tool_name);
}
Checks::exit_with_code(VCPKG_LINE_INFO, rc.exit_code);
}