summary refs log tree commit diff
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 4deabe4..5679a77 100644
--- a/pants.el
+++ b/pants.el
@@ -92,7 +92,7 @@
 
 (defun pants--build-command ()
   "Returns the complete command to run."
-  (format "%s%s %s --config-override=%s%s %s"
+  (format "%s%s %s --pants-config-files=%s%s %s"
           (pants--get-source-tree) pants-exec-name pants-extra-args (pants--get-source-tree) pants-ini pants-exec-args))
 
 (defun pants--python-repl-action (target)