From 373a5e27f1aef8c9fc84e0bdc02bbca8c222d9f1 Mon Sep 17 00:00:00 2001 From: xy2z Date: Sat, 10 Feb 2024 22:15:11 +0100 Subject: [PATCH] cleanup --- src/capro_bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/capro_bootstrap.php b/src/capro_bootstrap.php index 89ea406..9b1a665 100644 --- a/src/capro_bootstrap.php +++ b/src/capro_bootstrap.php @@ -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';