git.fiddlerwoaroof.com
Browse code

fix: ci broke with system rename

Edward Langley authored on 22/10/2023 22:02:08
Showing 1 changed files
... ...
@@ -3,8 +3,8 @@
3 3
                   (fwoar.repl-utils:github "fiddlerwoaroof" "cl-git")
4 4
                   (ql:update-client :prompt nil)
5 5
                   (ql:update-all-dists :prompt nil)
6
-                  (ql:quickload :cl-git)
7
-                  (ql:quickload :cl-git/tests)
6
+                  (ql:quickload :co.fwoar.cl-git)
7
+                  (ql:quickload :co.fwoar.cl-git/tests)
8 8
                   nil)
9 9
     (serious-condition (c)
10 10
       (format t "~&Exiting on condition: ~s~%" c)