mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(pwsh): print version on install
This commit is contained in:
parent
a357becb85
commit
50ee821688
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue