Skip to content

Commit

Permalink
Doh2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Nov 10, 2013
1 parent f586619 commit b29896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHubFlowVersion/install.ps1
Expand Up @@ -19,7 +19,7 @@ Write-Host "Looking for .git directory, starting in $workingDirectory.FullName"
while ($true)
{
$possibleGitDir = Join-Path $workingDirectory.FullName ".git"
if (Test-Path $possibleGitDir -Force)
if (Test-Path $possibleGitDir)
{
$gitDir = $possibleGitDir
Break
Expand Down

0 comments on commit b29896d

Please sign in to comment.