We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f50df9 commit 75892e7Copy full SHA for 75892e7
services/YunohostCLIAppImporter.php
@@ -111,7 +111,7 @@ public function mapData($data)
111
} else {
112
$preparedData[$i]['listeListeVisibilite'] = 'priv';
113
}
114
- $preparedData[$i]['imagebf_image'] = $this->importerManager->downloadFile('https://app.yunohost.org/default/v3/logos/' . $item['logo'] . '.png');
+ $preparedData[$i]['imagebf_image'] = $this->importerManager->downloadFile('https://apps.yunohost.org/default/v3/logos/' . $item['logo'] . '.png');
115
$preparedData[$i]['bf_url'] = 'https://' . $item['domain_path'];
116
117
0 commit comments