Skip to content

Commit 2275abf

Browse files
committed
Fix typo
1 parent b23f7b6 commit 2275abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private function download($url)
184184
if ($file === false) {
185185
throw new RuntimeException("Can't download: $url");
186186
}
187-
echo 'Downloaed: ' . $url . PHP_EOL;
187+
echo 'Downloaded: ' . $url . PHP_EOL;
188188

189189
$urls = parse_url($url);
190190
$filepath = $this->tmp_dir . '/' . basename($urls['path']);

0 commit comments

Comments
 (0)