diff --git a/packages/powershell/oh-my-posh/oh-my-posh.psm1 b/packages/powershell/oh-my-posh/oh-my-posh.psm1 index bdacc3fd..05cc645e 100644 --- a/packages/powershell/oh-my-posh/oh-my-posh.psm1 +++ b/packages/powershell/oh-my-posh/oh-my-posh.psm1 @@ -75,7 +75,7 @@ function Sync-PoshExecutable { $executable = Get-PoshCommand $moduleVersion = Split-Path -Leaf $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase if (-not (Test-Path $executable)) { - Write-Host "Downloading oh-my-posh executable" + Write-Host "Downloading oh-my-posh executable for $moduleVersion" $url = Get-PoshDownloadUrl -Version $moduleVersion Get-PoshExecutable -Url $url -Destination $executable return