1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitea_ynh.git synced 2024-09-03 20:36:22 +02:00

fix formating

This commit is contained in:
OniriCorpe 2023-02-24 23:00:58 +01:00
parent 5e0a5f41bf
commit a334ba541d

View file

@ -140,17 +140,15 @@ esac
# If $src is not empty, let's process the asset
if [ -n "$src" ]; then
# Get checksum
filename=${asset_url##*/}
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
# Get checksum
filename=${asset_url##*/}
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
path="conf/source/$src.src"
update_source_file
path="conf/source/$src.src"
update_source_file
else
echo "... asset ignored"
echo "... asset ignored"
fi
done