summaryrefslogtreecommitdiff
path: root/xmake/core/project/template.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-19 00:55:37 +0800
committerruki <[email protected]>2019-09-18 23:33:46 +0800
commit336029c68e4d0fc58bb55dca3ce5fb62bfdbf41b (patch)
tree68072128ac59708b7f56615e626d87e30ed951e2 /xmake/core/project/template.lua
parentbb3455b845e0b776937283b3ddae4ae557eea52e (diff)
rewrite templates
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"
}
}