diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 14:32:56 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-09-23 14:32:56 -0700 |
| commit | 76149ffac5bf57882b8f7b9827f31e508da73d16 (patch) | |
| tree | 7dab8b8ac7c935e6ec2bb406f05b931c8cf94cf3 /toolsrc/src/commands_installation.cpp | |
| parent | f4196f1638ad41cd640f4a57cefbcdb422724133 (diff) | |
| download | vcpkg-76149ffac5bf57882b8f7b9827f31e508da73d16.tar.gz vcpkg-76149ffac5bf57882b8f7b9827f31e508da73d16.zip | |
[vcpkg] Rename `vcpkg_ports::find_available_x` to be more concise
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 f0e963bb6..3765a9a23 100644 --- a/toolsrc/src/commands_installation.cpp +++ b/toolsrc/src/commands_installation.cpp @@ -80,7 +80,7 @@ namespace vcpkg continue; } - fs::path package_path = paths.find_available_package(spec); + fs::path package_path = paths.package_dir(spec); expected<std::string> file_contents = Files::get_contents(package_path / "CONTROL"); |
