We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8688489 commit bac53bdCopy full SHA for bac53bd
cider.el
@@ -667,7 +667,7 @@ Use `cider-ps-running-nrepls-command' and `cider-ps-running-nrepl-path-regexp-li
667
(defun cider-project-type ()
668
"Determine the type, either leiningen, boot or gradle, of the current project.
669
If more than one project file types are present, check for a preferred
670
-build tool in `cider-preferred-build-tool`, otherwise prompt the user to
+build tool in `cider-preferred-build-tool', otherwise prompt the user to
671
choose."
672
(let* ((choices (cider--identify-buildtools-present))
673
(multiple-project-choices (> (length choices) 1))
0 commit comments