Skip to content

Commit

Permalink
Add "clojure.sh" to cider package :files
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv authored and github-actions[bot] committed Nov 2, 2023
1 parent 7a0d1fb commit 6f24bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cider
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(cider :fetcher github
:repo "clojure-emacs/cider"
:files ("*.el" (:exclude ".dir-locals.el"))
:files ("*.el" "clojure.sh" (:exclude ".dir-locals.el"))
:old-names (nrepl))

0 comments on commit 6f24bdb

Please sign in to comment.