Skip to content

Commit

Permalink
Fix x-add-version (Fixes microsoft/vcpkg#24669)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed May 12, 2022
1 parent ed24ff3 commit 747da95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vcpkg/commands.add-version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ namespace vcpkg::Commands::AddVersion
.append_raw("***")
.append(msgAddVersionNoFilesUpdated)
.append_raw("***"));
Checks::check_exit(VCPKG_LINE_INFO, !add_all);
continue;
if (add_all) continue;
Checks::exit_fail(VCPKG_LINE_INFO);
}
const auto& git_tree = git_tree_it->second;

Expand Down

0 comments on commit 747da95

Please sign in to comment.