From c07204c4872be6d2c97e3aa153b11a04da2b5c08 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Fri, 23 Feb 2024 01:16:13 -0800 Subject: [PATCH] Update flycheck-eask.el --- flycheck-eask.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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