X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=builtin-init-db.c;h=88b39a47eba51f709895d9460d16eacf6cee152f;hb=f6407823d1467a6b6d2002878a64dec42df0a361;hp=2a1384ccb0b5a54f94057f9eac58ed449aac2fc5;hpb=edd5cc242820f3eec26329a263e4016a039adee1;p=git.git diff --git a/builtin-init-db.c b/builtin-init-db.c index 2a1384cc..88b39a47 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -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; }