summaryrefslogtreecommitdiff
path: root/xmake/plugins/show/info/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-29 00:18:31 +0800
committerruki <[email protected]>2020-09-29 00:18:31 +0800
commitd662c54d57accd1382c2368e3c7f27832d9ef10d (patch)
tree0a9b103c16aab1f8c887b597deeddab9f7e9a709 /xmake/plugins/show/info/target.lua
parent0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (diff)
rename other pathes to paths
Diffstat (limited to 'xmake/plugins/show/info/target.lua')
-rw-r--r--xmake/plugins/show/info/target.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/show/info/target.lua b/xmake/plugins/show/info/target.lua
index 807819968..778f46e41 100644
--- a/xmake/plugins/show/info/target.lua
+++ b/xmake/plugins/show/info/target.lua
@@ -56,7 +56,7 @@ function main(name)
if packages then
cprint(" ${color.dump.string}packages${clear}: %s", table.concat(table.wrap(packages), ", "))
end
- for _, apiname in ipairs(table.join(language.apis().values, language.apis().pathes)) do
+ for _, apiname in ipairs(table.join(language.apis().values, language.apis().paths)) do
if apiname:startswith("target.") then
local valuename = apiname:split('.add_', {plain = true})[2]
if valuename then