Skip to content

Commit

Permalink
bin: adjust colors when using config (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Jan 10, 2024
1 parent 7c328f3 commit 90e0dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/composer-dependency-analyser
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (isset($providedOptions['config'])) {
}

if (is_file($configPath)) {
$printer->printLine('Using config ' . $configPath . PHP_EOL);
$printer->printLine('<gray>Using config</gray> ' . $configPath);

$config = require $configPath;

Expand Down

0 comments on commit 90e0dca

Please sign in to comment.