Skip to content

Commit f0b17d1

Browse files
Remove spurrious second call to 'mustRun' in sql:cli
1 parent 80d165d commit f0b17d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/sql/SqlCommands.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public function cli(InputInterface $input, $options = ['extra' => self::REQ])
145145
$process->setTty($this->getConfig()->get('ssh.tty', $input->isInteractive()));
146146
$process->setInput(STDIN);
147147
$process->mustRun($process->showRealtime());
148-
$process->mustRun();
149148
}
150149

151150
/**

0 commit comments

Comments
 (0)