Skip to content

Commit

Permalink
Fix extension name in error msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Jan 4, 2025
1 parent f351510 commit f9d5cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/archives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ namespace vcpkg
Checks::msg_check_exit(VCPKG_LINE_INFO,
Strings::case_insensitive_ascii_equals(subext, ".7z"),
msg::format(msgPackageFailedtWhileExtracting, msg::value = "7zip", msg::path = archive)
.append(msgMissingExtension, msg::extension = ".7.exe"));
.append(msgMissingExtension, msg::extension = ".7z.exe"));

auto contents = fs.read_contents(archive, VCPKG_LINE_INFO);

Expand Down

0 comments on commit f9d5cb3

Please # to comment.