summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/action/require/impl/lock_packages.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/lock_packages.lua b/xmake/modules/private/action/require/impl/lock_packages.lua
index 05debf6f2..02bf64a9b 100644
--- a/xmake/modules/private/action/require/impl/lock_packages.lua
+++ b/xmake/modules/private/action/require/impl/lock_packages.lua
@@ -48,7 +48,7 @@ function _lock_package(instance)
return git.lastcommit({repodir = repo:directory()})
end
end}
- result.repo = {url = repo:url(), commit = lastcommit, branch = repo:branch()}
+ result.repo = {url = repo:url(), commit = lastcommit, branch = repo:branch()}
end
return result
end