Skip to content

Commit 873ca7e

Browse files
author
Dominik süßenbach
committed
Bugfix
1 parent 0a91254 commit 873ca7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Gateways/LeagueOfLegendsGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function grabRankImage(string $rankName): ?string
322322
$rankImage = null;
323323
if (! $this->getRankImageFolderPath()) {
324324
if ($archiveFilePath = $this->downloadArchive('https://static.developer.riotgames.com/docs/lol/ranked-emblems-latest.zip', 'rank-icons')) {
325-
$rankImageFolderPath = getcwd().'/storage/ranked-emblems-latest';
325+
$rankImageFolderPath = getcwd().'/storage/rank-icons';
326326
if ($this->extractArchive($archiveFilePath, $rankImageFolderPath)) {
327327
$this->setRankImageFolderPath($rankImageFolderPath);
328328
File::delete($archiveFilePath);

0 commit comments

Comments
 (0)