Skip to content

Commit 00c3e93

Browse files
committed
fixup
1 parent 4c0b23b commit 00c3e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ A new record is created to define this constructor."
769769
(or
770770
(thread-last '("project.clj" "build.boot" "pom.xml")
771771
(mapcar 'cljr--locate-project-file)
772-
(delete '"")
772+
(delete 'nil)
773773
car)
774774
""))
775775

0 commit comments

Comments
 (0)