From f001875f6169866cc0cef2db2c3f8a48eb91c8e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 11 Nov 2016 14:06:25 -0800 Subject: Rename `pants--ifmt-action` to `pants--fmt-action`. --- pants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.el b/pants.el index f96668d..19dfa88 100644 --- a/pants.el +++ b/pants.el @@ -176,7 +176,7 @@ (interactive) (let ((build-file (pants--get-build-file-for-current-buffer))) (if build-file - (pants--build-target-list build-file 'pants--ifmt-action) + (pants--build-target-list build-file 'pants--fmt-action) (error "Could not find %s" pants-build-file)))) (provide 'pants) -- cgit 1.4.1