Skip to content

Commit

Permalink
Fix name in inline template
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed May 16, 2023
1 parent abe9ff5 commit 78dde36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lock/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl LockedConfig {
LockedPlugin::Inline(plugin) => {
// Data to use in template rendering
let data = upon::value! {
name: &plugin,
name: &plugin.name,
hooks: &plugin.hooks,
};
let out = engine
Expand Down

0 comments on commit 78dde36

Please sign in to comment.