Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xy2z committed Feb 10, 2024
1 parent b1b55c5 commit 373a5e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/capro_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function capro_is_global_bin(): bool {
// And if you already are in a project with vendor/bin/capro it should not go in endless loop and call itself.
if (file_exists(getcwd() . '/vendor/bin/capro')) {
// If these 2 are equal, we should not call anymore, or else it will be an endless loop.
// Todo: Fix this $project_bin_path as it's actually empty and it should not be?!
$project_bin_path = realpath(CAPRO_ROOT_DIR . '/../../bin/capro');
$dir_bin_path = getcwd() . '/vendor/bin/capro';

Expand Down

0 comments on commit 373a5e2

Please sign in to comment.