summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-04-13 15:08:54 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-13 18:05:23 -0700
commit9af7ec30cbd4b4ce9e071cd0d54297101f98b426 (patch)
treecb02af7f88fbf59ffd1a422e3e101ed6ab752323
parent1b614c07d2428927358cc7317622913d1dbd59c9 (diff)
downloadgit-bw/submodule-is-active.tar.gz
submodule--helper: fix typo in is_active error messagebw/submodule-is-active
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 7700d89488..404cef77d9 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -1163,7 +1163,7 @@ static int absorb_git_dirs(int argc, const char **argv, const char *prefix)
static int is_active(int argc, const char **argv, const char *prefix)
{
if (argc != 2)
- die("submodule--helper is-active takes exactly 1 arguments");
+ die("submodule--helper is-active takes exactly 1 argument");
gitmodules_config();