wrap invalid template in backticks
This commit is contained in:
parent
45c69b3773
commit
b3c4693262
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ pkgs: {extraArgs, entries, templates}: let
|
|||
foundTemplateFile = findTemplateFile newEntry;
|
||||
in
|
||||
if foundTemplateFile == null then
|
||||
abort "template ${newEntry.template} not found"
|
||||
abort "template `${newEntry.template}` not found"
|
||||
else
|
||||
applyTemplate newEntry foundTemplateFile;
|
||||
|
||||
|
|
Loading…
Reference in a new issue