Skip to content

Commit

Permalink
Fixes stealth merge conflict between #1293 and #1292 (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Dec 5, 2023
1 parent 032bfaa commit ebae9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/commands.install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ namespace vcpkg
auto bpgh = current_summary.get_binary_paragraph();
if (bpgh)
{
msg::println(msgPackageAbi, msg::spec = bpgh->displayname(), msg::package_abi = bpgh->abi);
msg::println(msgPackageAbi, msg::spec = bpgh->display_name(), msg::package_abi = bpgh->abi);
}
}

Expand Down

0 comments on commit ebae9fc

Please sign in to comment.