diff options
Diffstat (limited to 'xmake/scripts/action/action.lua')
| -rw-r--r-- | xmake/scripts/action/action.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/action.lua b/xmake/scripts/action/action.lua index dbb00a5b2..eab768364 100644 --- a/xmake/scripts/action/action.lua +++ b/xmake/scripts/action/action.lua @@ -27,7 +27,7 @@ local action = action or {} function action.done(name) -- load the given action - local a = require("action/" .. name) + local a = require("action/_" .. name) if not a then return false end -- done the given action |
