mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix upgrade-version script
This commit is contained in:
parent
d758ecc51f
commit
72c840621b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ done
|
|||
|
||||
if [[ "$(basename $file)" == upgrade.last.sh ]]; then
|
||||
# Update manifest
|
||||
sed -i -e "s/\"version\": \"[^0-9.]*[0-9.]*[0-9.]~ynh[0-9.]\"/\"version\": \"$version~ynh1\"/" $gitlab_directory/manifest.json
|
||||
sed -i -e "s/version = \"[^0-9.]*[0-9.]*[0-9.]~ynh[0-9.]\"/version = \"$version~ynh1\"/" $gitlab_directory/manifest.toml
|
||||
|
||||
# Don't, it's autogenerated now
|
||||
## Update readme
|
||||
|
|
Loading…
Add table
Reference in a new issue