mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers2.1: fix bad syntax in ynh_app_upstream_version
This commit is contained in:
parent
d8c3ff4c8a
commit
30467f8bc3
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ ynh_read_manifest() {
|
||||||
#
|
#
|
||||||
# Requires YunoHost version 3.5.0 or higher.
|
# Requires YunoHost version 3.5.0 or higher.
|
||||||
ynh_app_upstream_version() {
|
ynh_app_upstream_version() {
|
||||||
echo "${$YNH_APP_MANIFEST_VERSION/~ynh*/}"
|
echo "${YNH_APP_MANIFEST_VERSION/~ynh*/}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Return 0 if the "upstream" part of the version changed, or 1 otherwise (ie only the ~ynh suffix changed)
|
# Return 0 if the "upstream" part of the version changed, or 1 otherwise (ie only the ~ynh suffix changed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue