From f6845e9580bcae1c1575157fd8a23a6246e267e3 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 29 Oct 2023 15:45:23 +0100 Subject: [PATCH] Fix YunoHost typo Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- tools/app_generator/templates/install.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/app_generator/templates/install.j2 b/tools/app_generator/templates/install.j2 index c3a926b2..f6e07073 100644 --- a/tools/app_generator/templates/install.j2 +++ b/tools/app_generator/templates/install.j2 @@ -1,5 +1,5 @@ #!/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. # 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.