Skip to content

Commit 75892e7

Browse files
fix(YunohostCLIAppImporter) : correct URL to avoid redirect
1 parent 2f50df9 commit 75892e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/YunohostCLIAppImporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function mapData($data)
111111
} else {
112112
$preparedData[$i]['listeListeVisibilite'] = 'priv';
113113
}
114-
$preparedData[$i]['imagebf_image'] = $this->importerManager->downloadFile('https://app.yunohost.org/default/v3/logos/' . $item['logo'] . '.png');
114+
$preparedData[$i]['imagebf_image'] = $this->importerManager->downloadFile('https://apps.yunohost.org/default/v3/logos/' . $item['logo'] . '.png');
115115
$preparedData[$i]['bf_url'] = 'https://' . $item['domain_path'];
116116
}
117117
}

0 commit comments

Comments
 (0)