fix(render): add quotes to missing var error
This commit is contained in:
parent
ad4762f012
commit
c85020fdfa
|
@ -222,7 +222,7 @@ pub(crate) fn render_variables(body: &str, scope: &Scope) -> Result<String> {
|
||||||
},
|
},
|
||||||
None => {
|
None => {
|
||||||
replacing_error = Some(RendererError::MissingVariable(format!(
|
replacing_error = Some(RendererError::MissingVariable(format!(
|
||||||
"variable {} is missing",
|
"variable '{}' is missing",
|
||||||
var_name
|
var_name
|
||||||
)));
|
)));
|
||||||
""
|
""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user