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

Fix linter warning

This commit is contained in:
ericgaspar 2020-12-18 22:33:00 +01:00
parent c3a8a8381b
commit 32bf1df966
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "Collaborative editor to work on notes written in Markdown",
"fr": "Éditeur collaboratif pour travailler sur des notes en Markdown"
},
"version": "1.6.0~ynh7",
"version": "1.6.0~ynh8",
"url": "https://github.com/codimd/server",
"license": "AGPL-3.0-only",
"maintainer": {

View file

@ -113,7 +113,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="collaborative Markdown editor" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Collaborative Markdown notes" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE