Skip to content

Commit 9af7ec3

Browse files
stefanbellergitster
authored andcommitted
submodule--helper: fix typo in is_active error message
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1b614c0 commit 9af7ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ static int absorb_git_dirs(int argc, const char **argv, const char *prefix)
11631163
static int is_active(int argc, const char **argv, const char *prefix)
11641164
{
11651165
if (argc != 2)
1166-
die("submodule--helper is-active takes exactly 1 arguments");
1166+
die("submodule--helper is-active takes exactly 1 argument");
11671167

11681168
gitmodules_config();
11691169

0 commit comments

Comments
 (0)