Skip to content

Commit

Permalink
chore: fix for new package version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Apr 6, 2022
1 parent c69d564 commit a256fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SyncTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void ExportExistingImages(string acrHostName, string jsonExportFilePath)

var repo = client.GetRepository(repositryName);

foreach (var manifest in repo.GetManifestPropertiesCollection())
foreach (var manifest in repo.GetAllManifestProperties())
{
if (manifest.Tags.Count > 0)
{
Expand Down

0 comments on commit a256fdd

Please sign in to comment.