wrap another unknown template in error in backticks
This commit is contained in:
parent
b837ac9be5
commit
851e39d544
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pkgs: {extraArgs, entries, templates}: let
|
|||
foundTemplateFile = findTemplateFile entry;
|
||||
in
|
||||
if foundTemplateFile == null then
|
||||
abort "template ${entry.template} not found"
|
||||
abort "template `${entry.template}` not found"
|
||||
else
|
||||
applyTemplate entry foundTemplateFile;
|
||||
|
||||
|
|
Loading…
Reference in a new issue