Skip to content

Commit 6608604

Browse files
authored
double removed
1 parent 503a93f commit 6608604

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Winget-AutoUpdate/Winget-Install.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ function Test-ModsUninstall ($AppID) {
216216
return $ModsPreUninstall, $ModsUninstall, $ModsUninstalled
217217
}
218218

219-
#Install function
220219
#Install function
221220
function Install-App ($AppID, $AppArgs) {
222221
$IsInstalled = Confirm-Installation $AppID
@@ -539,4 +538,4 @@ else {
539538

540539
Write-ToLog "### END REQUEST ###`n" "Magenta"
541540
Start-Sleep 3
542-
Exit $ExitCode
541+
Exit $ExitCode

0 commit comments

Comments
 (0)