diff options
Diffstat (limited to 'tests-clar/network/remotelocal.c')
-rw-r--r-- | tests-clar/network/remotelocal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/network/remotelocal.c b/tests-clar/network/remotelocal.c index 01492ac50..5d6a16a2a 100644 --- a/tests-clar/network/remotelocal.c +++ b/tests-clar/network/remotelocal.c @@ -50,7 +50,7 @@ static void connect_to_local_repository(const char *local_repository) { git_buf_sets(&file_path_buf, cl_git_path_url(local_repository)); - cl_git_pass(git_remote_create_inmemory(&remote, repo, git_buf_cstr(&file_path_buf), NULL)); + cl_git_pass(git_remote_create_inmemory(&remote, repo, NULL, git_buf_cstr(&file_path_buf))); cl_git_pass(git_remote_connect(remote, GIT_DIRECTION_FETCH)); } |