We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1f188 commit 0f24607Copy full SHA for 0f24607
Classes/PBGitIndex.m
@@ -202,7 +202,7 @@ - (void)commitWithMessage:(NSString *)commitMessage
202
NSMutableDictionary *userInfo = [NSMutableDictionary dictionaryWithObject:[NSNumber numberWithBool:success] forKey:@"success"];
203
NSString *description;
204
if (success)
205
- description = [NSString stringWithFormat:@"Successful created commit %@", commit];
+ description = [NSString stringWithFormat:@"Successfully created commit %@", commit];
206
else
207
description = [NSString stringWithFormat:@"Post-commit hook failed, but successfully created commit %@", commit];
208
0 commit comments