File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ int git_config__find_global(git_str *path)
11371137
11381138int git_config_find_xdg (git_buf * path )
11391139{
1140- GIT_BUF_WRAP_PRIVATE (path , git_sysdir_find_global_file , GIT_CONFIG_FILENAME_XDG );
1140+ GIT_BUF_WRAP_PRIVATE (path , git_sysdir_find_xdg_file , GIT_CONFIG_FILENAME_XDG );
11411141}
11421142
11431143int git_config__find_xdg (git_str * path )
@@ -1147,7 +1147,7 @@ int git_config__find_xdg(git_str *path)
11471147
11481148int git_config_find_system (git_buf * path )
11491149{
1150- GIT_BUF_WRAP_PRIVATE (path , git_sysdir_find_global_file , GIT_CONFIG_FILENAME_SYSTEM );
1150+ GIT_BUF_WRAP_PRIVATE (path , git_sysdir_find_system_file , GIT_CONFIG_FILENAME_SYSTEM );
11511151}
11521152
11531153int git_config__find_system (git_str * path )
You can’t perform that action at this time.
0 commit comments