We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b9f97 commit 8b074daCopy full SHA for 8b074da
1 file changed
tools-local/ship-public-apis/Program.cs
@@ -30,7 +30,7 @@ static async Task<int> Main(string[] args)
30
{
31
var path_Argument = ParseResult.GetValue<DirectoryInfo>(pathArgument);
32
var resort_Option = ParseResult.GetValue<bool>(resortOption);
33
- if (path_Argument is not null && resort_Option)
+ if (path_Argument is not null)
34
35
await MainAsync(path_Argument, resort_Option);
36
}
0 commit comments