summaryrefslogtreecommitdiff
path: root/xmake/core/project/template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project/template.lua')
-rw-r--r--xmake/core/project/template.lua4
1 files changed, 2 insertions, 2 deletions
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"
}
}