Skip to content

Commit c856e41

Browse files
Fix IO target
1 parent 9b540b0 commit c856e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/Hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private function doConditionsApply(array $conditions, IO $collectorIO): bool
346346
{
347347
$conditionRunner = new Condition($collectorIO, $this->repository, $this->config, $this->hook);
348348
foreach ($conditions as $config) {
349-
$this->io->write(' <fg=cyan>' . $config->getExec() . '</>', true, IO::VERBOSE);
349+
$collectorIO->write(' <fg=cyan>' . $config->getExec() . '</>', true, IO::VERBOSE);
350350
if (!$conditionRunner->doesConditionApply($config)) {
351351
return false;
352352
}

0 commit comments

Comments
 (0)