mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Fix YunoHost typo
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
c5a0ddec9f
commit
dfef75b52e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#### App file generated with YoloGen, the Yunohost app generator, version {{ parameters['GENERATOR_VERSION'] }}.
|
#### App file generated with YoloGen, the YunoHost app generator, version {{ parameters['GENERATOR_VERSION'] }}.
|
||||||
{% if parameters["tutorial"] -%} # This is the tutorial version of the app.
|
{% if parameters["tutorial"] -%} # This is the tutorial version of the app.
|
||||||
# It contains extra commands to explain what should be done in case you want to adjust some part of the script.
|
# It contains extra commands to explain what should be done in case you want to adjust some part of the script.
|
||||||
# Once you are done, you may remove them.
|
# Once you are done, you may remove them.
|
||||||
|
|
Loading…
Add table
Reference in a new issue