changing pkg() to install()
This commit is contained in:
@@ -54,7 +54,7 @@ return {
|
||||
build = function()
|
||||
end,
|
||||
|
||||
pkg = function() -- required
|
||||
install = function() -- required
|
||||
print("oi amores")
|
||||
end,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user