1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix CI warning: 'change_url' is not of type 'array'

This commit is contained in:
OniriCorpe 2024-06-14 22:34:55 +02:00
parent 93781d21d0
commit d41285c122
2 changed files with 1 additions and 4 deletions

View file

@ -67,9 +67,6 @@ ynh_psql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name"
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
# detect_arch comes from _common.sh / personnal helpers
architecture="$(detect_arch)"
# compare if the system arch is different from the binary arch
# if so, download the correct binary
if [ "$architecture" != "$(file "$install_dir"/gotosocial | cut -d ',' -f 2 | tr -d ' ')" ]

View file

@ -3,7 +3,7 @@ test_format = 1.0
[default]
# GTS don't support it
exclude = "change_url"
exclude = [ "change_url" ]
# -------------------------------
# Default args to use for install