diff --git a/cl-telegram-bot.asd b/cl-telegram-bot.asd index c3a0d12..cafff6c 100644 --- a/cl-telegram-bot.asd +++ b/cl-telegram-bot.asd @@ -4,4 +4,4 @@ :license "MIT" :depends-on (#:cl-json #:drakma) :serial t - :components ((:file "cl-telegram-bot.lisp" "package.lisp"))) + :components ((:file "cl-telegram-bot.lisp")(:file "package.lisp")))