Skip to content

Commit

Permalink
Get correct command.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewNaylor committed Oct 25, 2020
1 parent b88842b commit 5ffd7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guinget/ApplyChangesWindow.vb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Public Class ApplyChangesWindow
PackageIDs.Add(Package.Cells(0).Value.ToString)
PackageVersions.Add(Package.Cells(1).Value.ToString)
Next
PackageTools.BulkInstallPkg(datagridviewAppsBeingInstalled.Columns(0))
PackageTools.BulkInstallPkg(PackageIDs, PackageVersions, My.Settings.InstallInteractively)
End Sub

Private Sub InstallSinglePackage()
Expand Down

0 comments on commit 5ffd7c7

Please sign in to comment.