From e0869665dc00f3d561ed1dae307a4ee390daf52a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 14:22:22 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Software/osu!lazer/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 index e3f96bf5..8fd65598 100644 --- a/scripts/Windows/Software/osu!lazer/Manage.ps1 +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -23,7 +23,7 @@ Start-SoftwareInstaller @PSBoundParameters ` Start-Sleep 10; Get-Process $processName | Stop-Process -Force; Pop-Location; - Remove-Item -Recurse $dir, + Remove-Item -Recurse $dir; Remove-DesktopIcon "*osu*"; };