1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

typo + comment

This commit is contained in:
lapineige 2023-05-03 21:55:34 +02:00 committed by GitHub
parent b0aa28b414
commit 44f04a2a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
ynh_install_nodejs -nodejs_version=16.13.0 ynh_install_nodejs --nodejs_version=16.13.0 # TODO : need to decide of a better version
ynh_use_nodejs ynh_use_nodejs
secret_key_base=$(ynh_string_random --length=24) secret_key_base=$(ynh_string_random --length=24)