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:
parent
5e0a5f41bf
commit
a334ba541d
1 changed files with 13 additions and 15 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -140,7 +140,6 @@ esac
|
||||||
|
|
||||||
# If $src is not empty, let's process the asset
|
# If $src is not empty, let's process the asset
|
||||||
if [ -n "$src" ]; then
|
if [ -n "$src" ]; then
|
||||||
|
|
||||||
# Get checksum
|
# Get checksum
|
||||||
filename=${asset_url##*/}
|
filename=${asset_url##*/}
|
||||||
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
|
checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
|
||||||
|
@ -148,7 +147,6 @@ checksum=$(< "$tempdir/$filename.sha256" awk '{print $1;}')
|
||||||
path="conf/source/$src.src"
|
path="conf/source/$src.src"
|
||||||
|
|
||||||
update_source_file
|
update_source_file
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "... asset ignored"
|
echo "... asset ignored"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue