git.fiddlerwoaroof.com
Browse code

fix: ref type name

Edward Langley authored on 08/11/2023 12:46:43
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@
23 23
 
24 24
 (defun ensure-ref (thing &optional (repo *git-repository*))
25 25
   (typecase thing
26
-    (git-ref thing)
26
+    (fwoar.cl-git.ref:ref thing)
27 27
     (t (alexandria:when-let ((maybe-result (ref repo thing)))
28 28
          (alexandria:ensure-gethash (component :hash maybe-result)
29 29
                                     *ref-intern-table*