Skip to content

Commit 1ab2f57

Browse files
committed
Fix an oops
1 parent 6cd0c85 commit 1ab2f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repository.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3066,5 +3066,5 @@ int git_repository_submodule_cache_clear(git_repository *repo)
30663066

30673067
error = git_submodule_cache_free(repo->submodule_cache);
30683068
repo->submodule_cache = NULL;
3069-
return 0;
3069+
return error;
30703070
}

0 commit comments

Comments
 (0)