From cf9797c3afc44fce5aea8ab6a9f2475e5c30d480 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 14 Jan 2023 10:54:08 -0600 Subject: [PATCH] fix variable reference in template --- plugins/x32/template.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/x32/template.ejs b/plugins/x32/template.ejs index cd6baf8..327ee0f 100644 --- a/plugins/x32/template.ejs +++ b/plugins/x32/template.ejs @@ -1,6 +1,6 @@

<%= listName %>

-

<%= data.model %>

+

<%= data.X32.info.model %>