Skip to content

Commit

Permalink
Uninstall: Print purge step to console (#3123)
Browse files Browse the repository at this point in the history
Uninstall: Print purge step to console
  • Loading branch information
Ash258 authored and r15ch13 committed Feb 14, 2019
1 parent f21c8d3 commit aa94962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libexec/scoop-uninstall.ps1
Expand Up @@ -109,6 +109,7 @@ if(!$apps) { exit 0 }

# purge persistant data
if ($purge) {
Write-Host 'Removing persisted data.'
$persist_dir = persistdir $app $global

if (Test-Path $persist_dir) {
Expand Down

0 comments on commit aa94962

Please sign in to comment.