WGet.NET
WGet.NET copied to clipboard
A typo in the upgrade all command
Describe the bug A typo in the 'upgrade all' command inside the WinGetPackageManager.cs.
To Reproduce Steps to reproduce the behavior:
- Go to WinGetPackageManager.cs
- Go to line: 29
- 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