Fix nntmux:all command

This commit is contained in:
DariusIII
2019-01-12 17:20:43 +01:00
parent 06e6bc7580
commit 8ffcc68752
+1 -1
View File
@@ -110,7 +110,7 @@ class UpdateNNTmux extends Command
private function stopTmux()
{
if ((new Tmux())->isRunning() === true) {
$this->call('tmux-ui:stop', ['--kill' => 'true']);
$this->call('tmux-ui:stop', ['--kill' => true]);
return true;
}