Skip to content

Commit

Permalink
builtin-init-db: spell the in-program configuration variable in lower…
Browse files Browse the repository at this point in the history
…case.

Just for consistency -- setup.c spells it in lowercase.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jun 9, 2006
1 parent 7612a1e commit e9b9368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-init-db.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ int cmd_init_db(int argc, const char **argv, char **envp)
safe_create_dir(path, 1);

if (shared_repository)
git_config_set("core.sharedRepository", "true");
git_config_set("core.sharedrepository", "true");

return 0;
}

0 comments on commit e9b9368

Please sign in to comment.