Skip to content

Commit 44f560f

Browse files
robertpjdaygitster
authored andcommitted
init: fix grammar in "templates not found" msg
Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc54c1a commit 44f560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/init-db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void copy_templates(const char *template_dir)
117117

118118
dir = opendir(template_path.buf);
119119
if (!dir) {
120-
warning(_("templates not found %s"), template_dir);
120+
warning(_("templates not found in %s"), template_dir);
121121
goto free_return;
122122
}
123123

0 commit comments

Comments
 (0)