diff options
Diffstat (limited to 'toolsrc/src/commands_installation.cpp')
| -rw-r--r-- | toolsrc/src/commands_installation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_installation.cpp b/toolsrc/src/commands_installation.cpp index 67623b855..22309cabf 100644 --- a/toolsrc/src/commands_installation.cpp +++ b/toolsrc/src/commands_installation.cpp @@ -28,7 +28,7 @@ namespace vcpkg if (!source_paragraph.unparsed_fields.empty()) { const std::vector<std::string> remaining_keys = Maps::extract_keys(source_paragraph.unparsed_fields); - const std::vector<std::string>& valid_entries = SourceParagraph::get_list_of_valid_entries(); + const std::vector<std::string>& valid_entries = SourceParagraph::get_list_of_valid_fields(); const std::string remaining_keys_as_string = Strings::join(remaining_keys, "\n "); const std::string valid_keys_as_string = Strings::join(valid_entries, "\n "); |
