aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_cache.cpp')
-rw-r--r--toolsrc/src/commands_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_cache.cpp b/toolsrc/src/commands_cache.cpp
index 17b04b093..1a10b93cf 100644
--- a/toolsrc/src/commands_cache.cpp
+++ b/toolsrc/src/commands_cache.cpp
@@ -15,7 +15,7 @@ namespace vcpkg
try
{
- auto file_contents = Files::get_contents(path / "CONTROL");
+ auto file_contents = Files::read_contents(path / "CONTROL");
if (auto text = file_contents.get())
{
auto pghs = Paragraphs::parse_paragraphs(*text);