Skip to content

Commit

Permalink
fix(scoop-reset): change ScoopInstaller#2952 fix to be the same with …
Browse files Browse the repository at this point in the history
…scoop-install
  • Loading branch information
Lutra-Fs committed Oct 11, 2023
1 parent 14b38b4 commit 01c179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-reset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $apps | ForEach-Object {

#region Workaround for #2952
if (test_running_process $app $global) {
continue
return
}
#endregion Workaround for #2952

Expand Down

0 comments on commit 01c179c

Please sign in to comment.