diff --git a/haskell-checkers.el b/haskell-checkers.el index a8e81ecd8..edf403ab7 100644 --- a/haskell-checkers.el +++ b/haskell-checkers.el @@ -144,7 +144,7 @@ (defun haskell-lint-make-command (file) "Generates command line for scan" - (concat haskell-lint-command " \"/" file "/\"" " " haskell-lint-options)) + (concat haskell-lint-command " \"" file "\"" " " haskell-lint-options)) (defmacro haskell-checkers-setup (type name) "Performs setup of corresponding checker. Receives two arguments: