Skip to content

Commit debce6a

Browse files
sschuberthjrn
authored andcommitted
clone: add a period after "done" to end the sentence
We have a period in other places after "done" (see e.g. clone_local), so we should have one here, too. Signed-off-by: Sebastian Schuberth <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]>
1 parent 128a96c commit debce6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/clone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ static void update_remote_refs(const struct ref *refs,
556556
0, &rm, transport))
557557
die(_("remote did not send all necessary objects"));
558558
if (0 <= option_verbosity)
559-
printf(_("done\n"));
559+
printf(_("done.\n"));
560560
}
561561

562562
if (refs) {

0 commit comments

Comments
 (0)