We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427409b commit c073202Copy full SHA for c073202
PBGitBinary.m
@@ -110,7 +110,7 @@ + (NSString *) notFoundError
110
{
111
NSMutableString *error = [NSMutableString stringWithString:
112
@"Could not find a git binary version " MIN_GIT_VERSION " or higher.\n"
113
- "Please make sure there is a git binary in one of the following locations:\n\n"];
+ @"Please make sure there is a git binary in one of the following locations:\n\n"];
114
for (NSString *location in [PBGitBinary searchLocations]) {
115
[error appendFormat:@"\t%@\n", location];
116
}
0 commit comments