Skip to content

Commit

Permalink
chore: revert uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jul 17, 2024
1 parent dcce85a commit 69349be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ $result = Ask-Boolean-Question -question "Proceed with PERMANENT removal of sele

if (-not $result) {
Write-Output "${BoldPurple}[+]${ResetColor} Removal aborted."
[Environment]::Exit(1)
exit
}

$deletionSuccess = $true
Expand Down

0 comments on commit 69349be

Please sign in to comment.