Use apps.json, not community

This commit is contained in:
Maniack Crudelis 2019-02-26 12:28:36 +01:00 committed by GitHub
parent 6b28c8963c
commit 4f5a94ee2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -708,7 +708,7 @@ TEST_RESULTS () {
if echo "$app_arg" | grep --extended-regexp --quiet "https?:\/\/"
then
# Get the last version of the app list
wget -nv https://raw.githubusercontent.com/YunoHost/apps/master/community.json -O "$script_dir/list.json"
wget -nv https://raw.githubusercontent.com/YunoHost/apps/master/apps.json -O "$script_dir/list.json"
# Get the name of the app from the repository name.
app_name="$(basename --multiple --suffix=_ynh "$app_arg")"