Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 11, 2023
1 parent f4f25f6 commit d6540ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chocolatey/infrastructure.app/services/NugetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ public virtual ConcurrentDictionary<string, PackageResult> Upgrade(ChocolateyCon
// object. If we get here, assume that this is the case and re-attempt the upgrade, by pulling in ALL the
// dependency information, rather than only the latest package version, and specified package version.

// NOTE: There is duplication of work here, compared to what is done above, but further refactoing of this
// NOTE: There is duplication of work here, compared to what is done above, but further refactoring of this
// entire method would need to be done in order to make it more usable/maintable going forward. In the
// interim, the duplication is "acceptable" as it is hoped that the need to find ALL package dependencies
// will be the edge case, and not the rule.
Expand Down

0 comments on commit d6540ed

Please sign in to comment.