Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 21, 2023
1 parent 0368c3b commit 1ddbf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExecutableFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function findBoxExecutable(): string
return self::$boxExecutable;
}

self::$boxExecutable = getenv(BOX_BIN) ?: $_SERVER['SCRIPT_NAME'];
self::$boxExecutable = getenv(Constants::BIN) ?: $_SERVER['SCRIPT_NAME'];

return self::$boxExecutable;
}
Expand Down

0 comments on commit 1ddbf55

Please sign in to comment.