mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1946 from YunoHost/add-portal-version
Add yunohost-portal to the --version output
This commit is contained in:
commit
5edb8bd71b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from yunohost.utils.error import YunohostError
|
|||
|
||||
logger = logging.getLogger("yunohost.utils.packages")
|
||||
|
||||
YUNOHOST_PACKAGES = ["yunohost", "yunohost-admin", "moulinette", "ssowat"]
|
||||
YUNOHOST_PACKAGES = ["yunohost", "yunohost-admin", "yunohost-portal", "moulinette", "ssowat"]
|
||||
|
||||
|
||||
def debian_version():
|
||||
|
|
Loading…
Add table
Reference in a new issue