summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-26 14:47:07 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-26 14:47:49 +0300
commite63c115d2973a369151902fa075f2506892a240d (patch)
tree601cb31ece7151dbcd2558e4b7c21b60c4a7428a
parent29af5132183f327f8c491f2b851920c0881d770e (diff)
Quick and dirty fix for not building properly the group-id
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 6fd9a71b..bc5305c9 100644
--- a/cider.el
+++ b/cider.el
@@ -623,7 +623,7 @@ Generally you should not disable this unless you run into some faulty check."
(defun cider-verify-clojurescript-is-present ()
"Check whether ClojureScript is present."
- (unless (cider-library-present-p "org.clojure/clojurescript")
+ (unless (cider-library-present-p "clojure/clojurescript")
(user-error "ClojureScript is not available. See http://cider.readthedocs.io/en/latest/clojurescript for details")))
(defun cider-verify-piggieback-is-present ()