summary refs log tree commit diff
path: root/pants.el
diff options
context:
space:
mode:
Diffstat (limited to 'pants.el')
-rw-r--r--pants.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/pants.el b/pants.el
index 5ab681c..4ae26e2 100644
--- a/pants.el
+++ b/pants.el
@@ -224,7 +224,7 @@
     (let ((cache-targets (pants--get-path-cached-targets current-build-file)))
       (when (file-newer-than-file-p (format "%sBUILD" (pants--get-build-file-for-current-buffer)) cache-targets)
         (pants--populate-cache-targets cache-targets current-build-file))
-      (read-targets-from-cache cache-targets))))
+      (pants--read-targets-from-cache cache-targets current-build-file))))
 
 (defun pants--replace-build-buffer (buffer new-content)
   (with-current-buffer buffer