This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3e1a7b  git: Remove leftover pk call.
e3e1a7b is described below

commit e3e1a7ba08af2d58c47264c543617e499c239444
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Feb 6 17:14:39 2020 +0100

    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 341a2b8..ca5dbfb 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?

Reply via email to