diff options
| -rw-r--r-- | projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el index efd0bc0..5b2c84e 100644 --- a/projectile.el +++ b/projectile.el @@ -5311,7 +5311,7 @@ project of that type" projectile-project-configure-cmd (let ((cmd-format-string (projectile-default-configure-command (projectile-project-type)))) (when cmd-format-string - (format cmd-format-string (projectile-project-root) compile-dir))))) + (format cmd-format-string (projectile-project-root)))))) (defun projectile-compilation-buffer-name (compilation-mode) "Meant to be used for `compilation-buffer-name-function`. |
