aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pants.el2
1 files changed, 1 insertions, 1 deletions
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)