diff options
Diffstat (limited to 'toolsrc/src/commands_portsdiff.cpp')
| -rw-r--r-- | toolsrc/src/commands_portsdiff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp index b1a166ed1..d41ebb9fb 100644 --- a/toolsrc/src/commands_portsdiff.cpp +++ b/toolsrc/src/commands_portsdiff.cpp @@ -133,6 +133,6 @@ namespace vcpkg::Commands::PortsDiff System::println("There were no changes in the ports between the two commits."); } - exit(EXIT_SUCCESS); + Checks::exit_success(VCPKG_LINE_INFO); } } |
