diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:26:54 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:45 -0700 |
| commit | 9e19213498a4f77aa9b55ce1e81a3efaabfc9844 (patch) | |
| tree | 52a29894cd34887e413c1c2624c22817fdb65096 /toolsrc/src/commands_integrate.cpp | |
| parent | ccbb2ebcdafa3978105115840285466d57c87186 (diff) | |
| download | vcpkg-9e19213498a4f77aa9b55ce1e81a3efaabfc9844.tar.gz vcpkg-9e19213498a4f77aa9b55ce1e81a3efaabfc9844.zip | |
expected -> Expected
Diffstat (limited to 'toolsrc/src/commands_integrate.cpp')
| -rw-r--r-- | toolsrc/src/commands_integrate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_integrate.cpp b/toolsrc/src/commands_integrate.cpp index 30b5cc254..db41839c5 100644 --- a/toolsrc/src/commands_integrate.cpp +++ b/toolsrc/src/commands_integrate.cpp @@ -166,7 +166,7 @@ namespace vcpkg::Commands::Integrate fs::create_directory(tmp_dir); bool should_install_system = true; - const expected<std::string> system_wide_file_contents = Files::read_contents(system_wide_targets_file); + const Expected<std::string> system_wide_file_contents = Files::read_contents(system_wide_targets_file); if (auto contents_data = system_wide_file_contents.get()) { std::regex re(R"###(<!-- version (\d+) -->)###"); |
