Skip to content

Commit 7e3d97a

Browse files
committed
Fix function call (wrong function name)
phpactor-package-directory → phpactor--get-package-directory
1 parent 594ba1a commit 7e3d97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"Return Phpactor command or path to executable."
8888
(or (when phpactor-executable
8989
(php-project--eval-bootstrap-scripts phpactor-executable))
90-
(let ((vendor-executable (f-join (phpactor-package-directory) "vendor/bin/phpactor")))
90+
(let ((vendor-executable (f-join (phpactor--get-package-directory) "vendor/bin/phpactor")))
9191
(when (file-exists-p vendor-executable)
9292
vendor-executable))
9393
(error "Phpactor not found. Please run phpactor-update")))

0 commit comments

Comments
 (0)