Skip to content

Commit

Permalink
Merge branch 'Hotfix' into Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanHurst committed Mar 26, 2015
2 parents e021c2d + fd0dd58 commit 60fb762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__dir = os.path.dirname(os.path.realpath(__file__))

# TODO: Change this for os specific stuff
git = os.path.join(__dir, 'bin', 'git.exe ')
git = '"' + os.path.join(__dir, 'bin', 'git.exe') + '" '

0 comments on commit 60fb762

Please sign in to comment.