diff --git a/src/git.cpp b/src/git.cpp index de8bd82..a6416fa 100644 --- a/src/git.cpp +++ b/src/git.cpp @@ -74,7 +74,7 @@ int cred_acquire(git_cred **cred, const char * /*url*/, void clone(const bool cache) { // clang-format off - const string destination{[&cache] + const string destination{[cache] { if (cache) {