From e3e1a7ba08af2d58c47264c543617e499c239444 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 6 Feb 2020 17:14:39 +0100 Subject: git: Remove leftover pk call. * guix/git.scm (update-cached-checkout): Remove leftover pk call. --- guix/git.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/git.scm b/guix/git.scm index 341a2b8dda..ca5dbfba1c 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -286,7 +286,7 @@ When RECURSIVE? is true, check out submodules as well, if any." (with-libgit2 (let* ((cache-exists? (openable-repository? cache-directory)) (repository (if cache-exists? - (repository-open (pk cache-directory)) + (repository-open cache-directory) (clone* url cache-directory)))) ;; Only fetch remote if it has not been cloned just before. (when (and cache-exists? -- cgit v1.2.3