Skip to content

Commit 02d2632

Browse files
committed
Merge branch 'ab/gc-log-rephrase'
A pathname in an advice message has been made cut-and-paste ready. * ab/gc-log-rephrase: gc: remove trailing dot from "gc.log" line
2 parents 6dbe1b4 + b45c172 commit 02d2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ static int report_last_gc_error(void)
502502
*/
503503
warning(_("The last gc run reported the following. "
504504
"Please correct the root cause\n"
505-
"and remove %s.\n"
505+
"and remove %s\n"
506506
"Automatic cleanup will not be performed "
507507
"until the file is removed.\n\n"
508508
"%s"),

0 commit comments

Comments
 (0)