1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

fix mongo variable

This commit is contained in:
Thomas 2024-06-11 20:22:53 +02:00 committed by GitHub
parent cb73923e35
commit 59e7add393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
nodejs_version="14" nodejs_version="14"
mongo_version="7.0" YNH_MONGO_VERSION="7.0"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS