Skip to content

Commit

Permalink
Merge pull request #17 from City-of-Helsinki/tuutti-patch-1
Browse files Browse the repository at this point in the history
Fix tty
  • Loading branch information
khalima authored Oct 25, 2023
2 parents fda268c + 636d0ac commit 3f74602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Update/migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function drupal_tools_update_3() : UpdateResult {

foreach ($commands as $command) {
$process = new Process($command);
$process->setTty(TRUE);

try {
$process->run();
Expand Down

0 comments on commit 3f74602

Please sign in to comment.