Skip to content

Commit

Permalink
fix: ref type name
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlerwoaroof committed Nov 8, 2023
1 parent a438160 commit 067909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 067909f

Please sign in to comment.