mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
Fix
This commit is contained in:
parent
e026419e3f
commit
f50af3668c
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ done
|
|||
sudo apt-get install moreutils
|
||||
|
||||
# Replace new version in manifest
|
||||
jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json
|
||||
jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
|
||||
|
||||
# No need to update the README, yunohost-bot takes care of it
|
||||
|
Loading…
Add table
Reference in a new issue