Skip to content

Commit

Permalink
fix PaTh casing
Browse files Browse the repository at this point in the history
  • Loading branch information
advay26 committed Jun 18, 2024
1 parent cad6d11 commit 6b64a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static int ExecuteCommand(WhyCommandArgs whyCommandArgs)
}

/// <summary>
/// Validates that the input 'PATH' argument is a valid path to a directory, solution file or project file.
/// Validates that the input 'path' argument is a valid path to a directory, solution file or project file.
/// </summary>
private static bool ValidatePathArgument(string path, ILoggerWithColor logger)
{
Expand Down

0 comments on commit 6b64a40

Please sign in to comment.