From fd094a6457349b8607b4238fc9a01c94d90fd373 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 29 Oct 2023 15:44:02 +0100 Subject: [PATCH] Update tools/app_generator/templates/change_url.j2 Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- tools/app_generator/templates/change_url.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/app_generator/templates/change_url.j2 b/tools/app_generator/templates/change_url.j2 index 9d577d2a..92a1d85e 100644 --- a/tools/app_generator/templates/change_url.j2 +++ b/tools/app_generator/templates/change_url.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.