Skip to content

Commit

Permalink
fix warn suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Feb 2, 2023
1 parent 0a6d021 commit 200ec1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private static bool ContainsUnsupportedSequences(string codeownersPath)
{
Console.Error.WriteLine(
$"CODEOWNERS path \"{codeownersPath}\" ends with " +
"unsupported sequence of \"/**/\". Replace it with \"/**\".");
"unsupported sequence of \"/**/\". Replace it with \"/\".");
return true;
}

Expand Down

0 comments on commit 200ec1e

Please sign in to comment.