summaryrefslogtreecommitdiff
path: root/xmake/actions/create/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-01 08:43:00 +0800
committerruki <[email protected]>2016-03-01 08:43:00 +0800
commitdb1a45865998fb00bf46baeaada017d9f17f9da4 (patch)
tree9d5917200172b8c10faa2ce308db66378c07c3da /xmake/actions/create/xmake.lua
parent4a0697ac5940e337019b15e0d0a570e56d0791d9 (diff)
import core
Diffstat (limited to 'xmake/actions/create/xmake.lua')
-rwxr-xr-xxmake/actions/create/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/create/xmake.lua b/xmake/actions/create/xmake.lua
index 9df66ae7d..e528bb842 100755
--- a/xmake/actions/create/xmake.lua
+++ b/xmake/actions/create/xmake.lua
@@ -44,7 +44,7 @@ task("create")
, function ()
-- import template
- import("template")
+ import("core/template")
-- make description
local description = {}
@@ -61,7 +61,7 @@ task("create")
, function ()
-- import template
- import("template")
+ import("core/template")
-- make description
local description = {}