Fix YunoHost typo

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
lapineige 2023-10-29 15:44:54 +01:00 committed by Alexandre Aubin
parent 6d8ce55c66
commit e6100cbec4

View file

@ -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.