diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 6ed8a04..5713f76 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -53,7 +53,7 @@ try { } function checkGit($Path) { - if (Test-Path -Path (Join-Path $Path '.git/') ) { + if (Test-Path -Path (Join-Path $Path '.git') ) { Write-VcsStatus return }