Skip to content

Commit

Permalink
Will not be null as was checked further up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Cole committed Jun 16, 2023
1 parent b2da5a6 commit 977232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerDocu.GUI/PowerDocuCLI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static async Task Run(string[] args)

private static void GenerateDocumentation(CommandLineOptions options)
{
foreach (var itemToDocument in options.ItemsToDocument)
foreach (var itemToDocument in options.ItemsToDocument!)
{
if (!File.Exists(itemToDocument))
{
Expand Down

0 comments on commit 977232d

Please sign in to comment.