Skip to content

Commit 8b074da

Browse files
nkolev92jebriede
andauthored
Remove check that was preventing shipping APIs tool from running. (#5595) (#5721)
Co-authored-by: Jean-Pierre Briedé <[email protected]>
1 parent f7b9f97 commit 8b074da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools-local/ship-public-apis/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static async Task<int> Main(string[] args)
3030
{
3131
var path_Argument = ParseResult.GetValue<DirectoryInfo>(pathArgument);
3232
var resort_Option = ParseResult.GetValue<bool>(resortOption);
33-
if (path_Argument is not null && resort_Option)
33+
if (path_Argument is not null)
3434
{
3535
await MainAsync(path_Argument, resort_Option);
3636
}

0 commit comments

Comments
 (0)