diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 741b620cf..99552c2da 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -261,7 +261,7 @@ $null = New-Module { & "$softwarePath/zoxide/Manage.ps1" @arguments; & "$commonSoftware/posh-git/Manage.ps1" @arguments; & "$commonSoftware/Terminal-Icons/Manage.ps1" @arguments; - & "$commonSoftware/Oh My Posh/Manage.ps1" @arguments; + & "$softwarePath/Oh My Posh/Manage.ps1" @arguments; if ($install) { Install-ChocoPackage `