From 336029c68e4d0fc58bb55dca3ce5fb62bfdbf41b Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 19 Sep 2019 00:55:37 +0800 Subject: rewrite templates --- xmake/core/project/template.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/core/project/template.lua') diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua index 13cf1076e..8fd7fa6a5 100644 --- a/xmake/core/project/template.lua +++ b/xmake/core/project/template.lua @@ -82,8 +82,8 @@ function template._interpreter() } , script = { - -- on_xxx - "template.on_create" + -- after_xxx + "template.after_create" } } -- cgit v1.3.1