modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-03-02 19:24:05 +04:00
parent 8cfd803ead
commit 0cfad79ec0

View File

@ -15,5 +15,8 @@ if ($argc <= 1) {
$profile = $argv[1];
$composer->selectProfile($profile, $config);
//$composer->print();
$composer->write();
if (getenv("PMAN_COMPOSER_DEBUG")) {
$composer->print();
} else {
$composer->write();
}