From 010cec3ac26ab8445cc8401fb312f60168916bda Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Tue, 4 Feb 2014 20:50:40 -0800 Subject: Add reflog params to git_repository_detach_head --- tests/repo/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/repo/state.c') diff --git a/tests/repo/state.c b/tests/repo/state.c index 5a0a5f360..5e7227205 100644 --- a/tests/repo/state.c +++ b/tests/repo/state.c @@ -37,7 +37,7 @@ void test_repo_state__none_with_HEAD_attached(void) void test_repo_state__none_with_HEAD_detached(void) { - cl_git_pass(git_repository_detach_head(_repo)); + cl_git_pass(git_repository_detach_head(_repo, NULL, NULL)); assert_repo_state(GIT_REPOSITORY_STATE_NONE); } -- cgit v1.2.1