From d1ef399e987fc682d305ed0e146891777b367784 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Wed, 18 Sep 2024 08:40:07 -0400 Subject: [PATCH] Replace backticks in help doc The backticks were being run, resulting in a blank space in output of `adr help new` rather than the formatting that was likely being attempted. --- src/_adr_help_new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_adr_help_new b/src/_adr_help_new index ae41118..286bfb1 100755 --- a/src/_adr_help_new +++ b/src/_adr_help_new @@ -12,7 +12,7 @@ preferred; EDITOR is used if VISUAL is not set). After editing, the file name of the ADR is output to stdout, so the command can be used in scripts. -If the ADR directory contains a file `templates/template.md`, this is used as +If the ADR directory contains a file "templates/template.md", this is used as the template for the new ADR. Otherwise the following file is used: ${adr_template_dir}/template.md