Skip to content

Commit 9a1171b

Browse files
committed
Fix the name of the boot nrepl-server task
1 parent 5e7011e commit 9a1171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ version from the CIDER package or library.")
130130
:package-version '(cider . "0.14.0"))
131131

132132
(defcustom cider-boot-parameters
133-
"nrepl-server -b :: wait"
133+
"cider.tasks/nrepl-server -b :: wait"
134134
"Params passed to boot to start an nREPL server via `cider-jack-in'."
135135
:type 'string
136136
:group 'cider

0 commit comments

Comments
 (0)