Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline committed Oct 8, 2024
2 parents c2c458e + 07ffea4 commit 7be20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CICD.Tools.CatalogUpload.Lib/CatalogMetaData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ private static string RecursiveFindClosestImages(IFileSystem fs, string director
return RecursiveFindClosestImages(fs, parent, maxRecurse);
}

private string RecursiveFindClosestReadmeMd(IFileSystem fs, string directory, int maxRecurse)
private static string RecursiveFindClosestReadmeMd(IFileSystem fs, string directory, int maxRecurse)
{
if (maxRecurse-- <= 0)
{
Expand Down

0 comments on commit 7be20c7

Please sign in to comment.