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.
2 parents 4ab2d8c + 04dc617 commit 4e27966Copy full SHA for 4e27966
haskell-checkers.el
@@ -144,7 +144,7 @@
144
145
(defun haskell-lint-make-command (file)
146
"Generates command line for scan"
147
- (concat haskell-lint-command " \"/" file "/\"" " " haskell-lint-options))
+ (concat haskell-lint-command " \"" file "\"" " " haskell-lint-options))
148
149
(defmacro haskell-checkers-setup (type name)
150
"Performs setup of corresponding checker. Receives two arguments:
0 commit comments