Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Jan 2, 2024
1 parent 9baf6d8 commit 4419cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/ACRServerAPICalls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ private static Collection<KeyValuePair<string, string>> GetDefaultHeaders(string
new KeyValuePair<string, string>("Accept", "application/vnd.oci.image.manifest.v1+json")
};
}
//

internal bool PushNupkgACR(string outputNupkgDir, string pkgName, NuGetVersion pkgVersion, PSRepositoryInfo repository, out ErrorRecord errRecord)
{
errRecord = null;
Expand Down

0 comments on commit 4419cb9

Please sign in to comment.