diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 94fd7fba2..fcaa56e4b 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -10,7 +10,7 @@ try { Import-Module -Name "posh-git" -ErrorAction Stop >$null $gitStatus = $true } catch { - Write-Warning "Missing git support" + Write-Warning "Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder." $gitStatus = $false }