Skip to content

Commit 52d77af

Browse files
committed
Merge branch 'bw/submodule-is-active'
Error message fix. * bw/submodule-is-active: submodule--helper: fix typo in is_active error message
2 parents 34130cc + 9af7ec3 commit 52d77af

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
@@ -1189,7 +1189,7 @@ static int absorb_git_dirs(int argc, const char **argv, const char *prefix)
11891189
static int is_active(int argc, const char **argv, const char *prefix)
11901190
{
11911191
if (argc != 2)
1192-
die("submodule--helper is-active takes exactly 1 arguments");
1192+
die("submodule--helper is-active takes exactly 1 argument");
11931193

11941194
gitmodules_config();
11951195

0 commit comments

Comments
 (0)