WGet.NET icon indicating copy to clipboard operation
WGet.NET copied to clipboard

A typo in the upgrade all command

Open itzwolly opened this issue 1 year ago • 0 comments

Describe the bug A typo in the 'upgrade all' command inside the WinGetPackageManager.cs.

To Reproduce Steps to reproduce the behavior:

  1. Go to WinGetPackageManager.cs
  2. Go to line: 29
  3. Observe => private const string _upgradeAllCmd = "upgrade --al --accept-source-agreementsl";

Expected behavior Command should be: private const string _upgradeAllCmd = "upgrade --all --accept-source-agreements";

Screenshots N/A

Package Version v4.1.0

Additional context N/A

itzwolly avatar Jul 23 '24 13:07 itzwolly