summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-01 00:53:04 +0800
committerruki <[email protected]>2023-02-01 00:53:04 +0800
commit8fcfa349daf5add9d1be7ab5091eab4c5b89ea76 (patch)
tree7dd4a72e1e7d24539d26ec43269f4c62cb649771 /xmake/plugins/check/checker.lua
parent93aa9ca807fd263059df50406abe033f24846b31 (diff)
do check
Diffstat (limited to 'xmake/plugins/check/checker.lua')
-rw-r--r--xmake/plugins/check/checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/check/checker.lua b/xmake/plugins/check/checker.lua
index 148c21059..025b4bde8 100644
--- a/xmake/plugins/check/checker.lua
+++ b/xmake/plugins/check/checker.lua
@@ -50,7 +50,7 @@ function complete(complete, opt)
else
table.insert(list, "...")
end
- elseif k:startswith(complete) then
+ elseif name:startswith(complete) then
table.insert(list, name)
end
end