Skip to content

Commit

Permalink
Update ServerManagerSsh.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jgniecki authored Nov 8, 2020
1 parent b6525f2 commit 9c75a1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ServerManagerSsh.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public function run(array $parameters, string $path, bool $strictPort = true): b
if ($strictPort)
$command .= " --port " . $this->port;

echo $command;

return $this->getSsh()->terminal($command);
}

Expand Down Expand Up @@ -368,4 +366,4 @@ public function getRunTime(): ?string

return (string) $time[0];
}
}
}

0 comments on commit 9c75a1e

Please sign in to comment.