diff options
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index b81536443..89d4d95c5 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -646,7 +646,7 @@ function _instance:fetch(opt) return fetchinfo end --- exists this package in local +-- exists this package? function _instance:exists() return self._FETCHINFO end |
