diff options
| author | ruki <[email protected]> | 2016-01-25 21:19:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-15 19:10:26 +0800 |
| commit | e1c814493e1b884b4e35a0ff337ed5742ea96caf (patch) | |
| tree | 6afe59b0001928e2ab9d22de42a837bd007ee9f2 /xmake/core/base/main.lua | |
| parent | 80f231295375a965495885e015963ad563d2935a (diff) | |
rename action filename
Diffstat (limited to 'xmake/core/base/main.lua')
| -rw-r--r-- | xmake/core/base/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/main.lua b/xmake/core/base/main.lua index 470815701..ad521700b 100644 --- a/xmake/core/base/main.lua +++ b/xmake/core/base/main.lua @@ -28,7 +28,7 @@ local os = require("base/os") local path = require("base/path") local utils = require("base/utils") local option = require("base/option") -local action = require("action/action") +local action = require("base/action") -- init the option menu local menu = |
