@@ -76,7 +76,7 @@ |
||
76 | 76 | $connectionParameters = config('tail.connections.'.$connection); |
77 | 77 | |
78 | 78 | if (isset($connectionParameters['port'])) { |
79 | - $portCommand = "-p {$connectionParameters['port']}"; |
|
79 | + $portCommand = "-p {$connectionParameters['port']}"; |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | $this->guardAgainstInvalidConnectionParameters($connectionParameters); |