diff --git a/flycheck-coala.el b/flycheck-coala.el index 33b24ff..e816699 100644 --- a/flycheck-coala.el +++ b/flycheck-coala.el @@ -64,7 +64,7 @@ "A checker using coala. See URL `http://coala-analyzer.org/'." - :command ("coala", "--json" "--find-config" "--limit-files" source) + :command ("coala" "--json" "--find-config" "--limit-files" source) :error-parser flycheck-coala-parse-json) (provide 'flycheck-coala)