Skip to content

Commit

Permalink
Merge pull request #1062 from fsharp/git-cmd
Browse files Browse the repository at this point in the history
Prefer git from cmd path to get ssh key
  • Loading branch information
forki committed Jan 2, 2016
2 parents 7d1a6f8 + 6455cda commit 3834900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/Git/CommandHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ open Fake
/// Specifies a global timeout for git.exe - default is *no timeout*
let mutable gitTimeOut = TimeSpan.MaxValue

let private GitPath = @"[ProgramFilesX86]\Git\bin\;[ProgramFiles]\Git\bin\"
let private GitPath = @"[ProgramFiles]\Git\cmd\;[ProgramFilesX86]\Git\cmd\;[ProgramFiles]\Git\bin\;[ProgramFilesX86]\Git\bin\;"

/// Tries to locate the git.exe via the eviroment variable "GIT".
let gitPath =
Expand Down

0 comments on commit 3834900

Please sign in to comment.