Skip to content

Commit

Permalink
fix script linting
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Jan 11, 2025
1 parent 94d3777 commit 9980b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/studio/bin/hab-studio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function Remove-Studio {
} else {
if(Test-Path $HAB_STUDIO_ROOT) {
Write-HabInfo "Destroying Studio at $HAB_STUDIO_ROOT"
Get-ChildItem $HAB_STUDIO_ROOT -Recurse | Remove-Item -force -Recurse
Get-ChildItem $HAB_STUDIO_ROOT -Recurse | Remove-Item -Force -Recurse
Remove-Item $HAB_STUDIO_ROOT
}
}
Expand Down

0 comments on commit 9980b43

Please sign in to comment.