Skip to content

Commit

Permalink
Delete misleading line about committing changes when a manifest is im…
Browse files Browse the repository at this point in the history
…properly formatted.
  • Loading branch information
BillyONeal committed Sep 25, 2024
1 parent ac4a150 commit 67cc56a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/vcpkg/commands.add-version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,7 @@ namespace vcpkg
.append_raw('\n')
.append(msgAddVersionFormatPortSuggestion, msg::command_line = command_line)
.append_raw('\n')
.append(msgSeeURL, msg::url = docs::format_manifest_command_url)
.append(msgAddVersionCommitChangesReminder)
.append_raw('\n')
.append(msgSeeURL, msg::url = docs::add_version_command_url));
.append(msgSeeURL, msg::url = docs::format_manifest_command_url));
Checks::check_exit(VCPKG_LINE_INFO, !add_all);
continue;
}
Expand Down

0 comments on commit 67cc56a

Please sign in to comment.