diff --git a/flycheck-eask.el b/flycheck-eask.el index bfb3422..4462922 100644 --- a/flycheck-eask.el +++ b/flycheck-eask.el @@ -70,7 +70,7 @@ the BUFFER that was checked respectively." (flycheck-define-checker eask "A linter for Eask-file." - :command ("eask" "check-eask" "--json" + :command ("eask" "analyze" "--json" (eval flycheck-eask-args) source) :error-parser flycheck-eask-parse-lint