Skip to content

Commit

Permalink
Fix incorrect ordering in ci ExclusionPredicate that broke attempting…
Browse files Browse the repository at this point in the history
… to update vcpkg-tool in the normal repo. (#224)
  • Loading branch information
BillyONeal authored Oct 20, 2021
1 parent af90741 commit 86e70ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/commands.ci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ namespace vcpkg::Commands::CI
{
std::set<std::string> exclusions;
std::set<std::string> host_exclusions;
Triplet host_triplet;
Triplet target_triplet;
Triplet host_triplet;

bool operator()(const PackageSpec& spec) const
{
Expand Down

0 comments on commit 86e70ed

Please sign in to comment.