Skip to content

Commit

Permalink
woops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Jan 16, 2025
1 parent c40d45e commit 2f25bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSTree/Extensions/PathExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal static bool ValidateProvider(this ProviderInfo provider)

internal static string Normalize(this string path)
{
if (!path.ValidateExists())
if (path.ValidateExists())
{
return path;
}
Expand Down

0 comments on commit 2f25bca

Please sign in to comment.