We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23f7b6 commit 2275abfCopy full SHA for 2275abf
bin/install.php
@@ -184,7 +184,7 @@ private function download($url)
184
if ($file === false) {
185
throw new RuntimeException("Can't download: $url");
186
}
187
- echo 'Downloaed: ' . $url . PHP_EOL;
+ echo 'Downloaded: ' . $url . PHP_EOL;
188
189
$urls = parse_url($url);
190
$filepath = $this->tmp_dir . '/' . basename($urls['path']);
0 commit comments