From 35ad44cbd813f2f25fac002942c500855220718f Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Thu, 13 Apr 2017 18:40:45 +0200 Subject: submodule.c: add missing ' in error messages Signed-off-by: Ralf Thielow Acked-by: Stefan Beller Signed-off-by: Junio C Hamano diff --git a/submodule.c b/submodule.c index 1cc04d2..ec971ae 100644 --- a/submodule.c +++ b/submodule.c @@ -1057,7 +1057,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags) cp.dir = path; if (start_command(&cp)) { if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR) - die(_("could not start 'git status in submodule '%s'"), + die(_("could not start 'git status' in submodule '%s'"), path); ret = -1; goto out; @@ -1070,7 +1070,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags) if (finish_command(&cp)) { if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR) - die(_("could not run 'git status in submodule '%s'"), + die(_("could not run 'git status' in submodule '%s'"), path); ret = -1; } -- cgit v0.10.2-6-g49f6