unpin dep internally
This commit is contained in:
parent
f6209048f1
commit
1c2f49fcfa
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ return function(opts)
|
||||||
local root = packager:new({
|
local root = packager:new({
|
||||||
"squibid/dep",
|
"squibid/dep",
|
||||||
url = "https://git.squi.bid/squibid/dep.git",
|
url = "https://git.squi.bid/squibid/dep.git",
|
||||||
branch = "lazy",
|
branch = "lazy"
|
||||||
pin = true
|
|
||||||
})
|
})
|
||||||
if not root then
|
if not root then
|
||||||
logger:log("error", "couldn't register root package")
|
logger:log("error", "couldn't register root package")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue