mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zgrompf
This commit is contained in:
parent
bf5b2ae532
commit
22b30c79c0
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class AppResource:
|
||||||
"__YNH_DEBIAN_VERSION_ID__": debian_version_id(),
|
"__YNH_DEBIAN_VERSION_ID__": debian_version_id(),
|
||||||
"__YNH_APP_UPSTREAM_VERSION__": (
|
"__YNH_APP_UPSTREAM_VERSION__": (
|
||||||
manager.wanted["version"].split("~")[0]
|
manager.wanted["version"].split("~")[0]
|
||||||
if manager.wanted
|
if "version" in manager.wanted
|
||||||
else manager.current["version"].split("~")[0]
|
else manager.current["version"].split("~")[0]
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue