Skip to content

Commit 2e23f77

Browse files
committed
Merge pull request #281 from codiophile/master
Added "/usr/bin/git" to the searchLocations.
2 parents 88bc08e + 9956c84 commit 2e23f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/git/PBGitBinary.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ + (NSArray *) searchLocations
114114
nil];
115115

116116
[locations addObject:[@"~/bin/git" stringByExpandingTildeInPath]];
117+
[locations addObject:@"/usr/bin/git"];
117118
}
118119
return locations;
119120
}

0 commit comments

Comments
 (0)