Skip to content

Commit

Permalink
clone: add a period after "done" to end the sentence
Browse files Browse the repository at this point in the history
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 <sschuberth@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
  • Loading branch information
Sebastian Schuberth authored and Jonathan Nieder committed Sep 24, 2013
1 parent 128a96c commit debce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/clone.c
Original file line number Diff line number Diff line change
@@ -556,7 +556,7 @@ static void update_remote_refs(const struct ref *refs,
0, &rm, transport))
die(_("remote did not send all necessary objects"));
if (0 <= option_verbosity)
printf(_("done\n"));
printf(_("done.\n"));
}

if (refs) {

0 comments on commit debce6a

Please sign in to comment.