Commit 1ab2f577 by lhchavez

Fix an oops

parent 6cd0c853
......@@ -3066,5 +3066,5 @@ int git_repository_submodule_cache_clear(git_repository *repo)
error = git_submodule_cache_free(repo->submodule_cache);
repo->submodule_cache = NULL;
return 0;
return error;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment