mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
submodule--helper: fix BUG message in ensure_core_worktree
74d4731da1
(submodule--helper: replace connect-gitdir-workingtree by
ensure-core-worktree, 2018-08-13) missed to update the BUG message.
Fix it.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
898c2e65b7
commit
820a647e67
@ -2045,7 +2045,7 @@ static int ensure_core_worktree(int argc, const char **argv, const char *prefix)
|
||||
struct repository subrepo;
|
||||
|
||||
if (argc != 2)
|
||||
BUG("submodule--helper connect-gitdir-workingtree <name> <path>");
|
||||
BUG("submodule--helper ensure-core-worktree <path>");
|
||||
|
||||
path = argv[1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user