Skip to content

Commit

Permalink
Update CICD.Tools.CatalogUpload.Lib/CatalogMetaData.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Michiel Oda <97458010+MichielOda@users.noreply.github.com>
  • Loading branch information
janstaelensskyline and MichielOda authored Oct 8, 2024
1 parent ede3c79 commit 4cb2457
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 @@ -390,7 +390,7 @@ private static string RecursiveFindClosestCatalogYaml(IFileSystem fs, string dir
return RecursiveFindClosestCatalogYaml(fs, parent, maxRecurse);
}

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

0 comments on commit 4cb2457

Please sign in to comment.