1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

Remove outdated option in brew install options

Resolves #725
This commit is contained in:
Zachary King
2019-02-03 11:18:01 -05:00
committed by Matt Stauffer
parent e5e7c74f1d
commit 9b83e9d015

View File

@@ -41,7 +41,7 @@ function __construct(Brew $brew, CommandLine $cli, Filesystem $files,
function install()
{
if (!$this->brew->hasInstalledNginx()) {
$this->brew->installOrFail('nginx', ['--with-http2']);
$this->brew->installOrFail('nginx', []);
}
$this->installConfiguration();