Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit c38b39b

Browse files
committed
Find the plugin on case-sensitive file systems.
1 parent d928022 commit c38b39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lt/plugins/haskell.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
(.which shell "cabal")
2828

29-
(def plugin-dir (plugins/find-plugin "haskell"))
29+
(def plugin-dir (plugins/find-plugin "Haskell"))
3030
(def binary-path (files/join plugin-dir "./run-server.sh"))
3131

3232
;; **************************************

0 commit comments

Comments
 (0)