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 0c08ed5..97557b8 100644
--- a/pants.el
+++ b/pants.el
@@ -91,7 +91,7 @@
(defun pants--build-target-list (file action)
"Generates a list of existing targets"
- (let ((build-command (format "%s list %s:" (pants--build-command) file))
+ (let ((build-command (format "%s -q list %s:" (pants--build-command) file))
targets target)
(set (make-local-variable 'default-directory) (pants--get-source-tree))
(with-temp-buffer