Skip to content

Commit

Permalink
fix: ci broke with system rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlerwoaroof committed Oct 22, 2023
1 parent 5bdc5cf commit 3910806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-run/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
(fwoar.repl-utils:github "fiddlerwoaroof" "cl-git")
(ql:update-client :prompt nil)
(ql:update-all-dists :prompt nil)
(ql:quickload :cl-git)
(ql:quickload :cl-git/tests)
(ql:quickload :co.fwoar.cl-git)
(ql:quickload :co.fwoar.cl-git/tests)
nil)
(serious-condition (c)
(format t "~&Exiting on condition: ~s~%" c)
Expand Down

0 comments on commit 3910806

Please sign in to comment.