From 067909ff73499977eeacb6a8aadd83b7d7e20d17 Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Wed, 8 Nov 2023 04:46:43 -0800 Subject: [PATCH] fix: ref type name --- repository.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.lisp b/repository.lisp index 2399230..4e64262 100644 --- a/repository.lisp +++ b/repository.lisp @@ -23,7 +23,7 @@ (defun ensure-ref (thing &optional (repo *git-repository*)) (typecase thing - (git-ref thing) + (fwoar.cl-git.ref:ref thing) (t (alexandria:when-let ((maybe-result (ref repo thing))) (alexandria:ensure-gethash (component :hash maybe-result) *ref-intern-table*