chore(lune): set repo for generated manifest correctly

Also applies the stylua formatter to the file.
This commit is contained in:
Erica Marigold 2024-12-08 11:38:22 +00:00
parent 22552c0f80
commit e3889bffb1
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -52,7 +52,7 @@ local _ERROR_PREFIX = `[{logPrefix("error")}]`
local function installDeps(): number local function installDeps(): number
local STDOUT_LINE_PREFIX = `[pesde::{logPrefix("info")}]` local STDOUT_LINE_PREFIX = `[pesde::{logPrefix("info")}]`
local PESDE_ERROR_PREFIX = `[pesde::{logPrefix("error")}]` local PESDE_ERROR_PREFIX = `[pesde::{logPrefix("error")}]`
local SPINNER_STATES = { '⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏' } local SPINNER_STATES = { "⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏" }
stdio.write(`{STDOUT_LINE_PREFIX} Installing dependencies with pesde`) stdio.write(`{STDOUT_LINE_PREFIX} Installing dependencies with pesde`)
@ -122,7 +122,7 @@ for tool, generators in lib.generators do
"dai <contact@daimond113.com> (https://www.daimond113.com/)", "dai <contact@daimond113.com> (https://www.daimond113.com/)",
"Erica Marigold <hi@devcomp.xyz>", "Erica Marigold <hi@devcomp.xyz>",
}, },
repository = `https://github.com/pesde-pkg/scripts/tree/master/.pesde/{toolChoice}`, repository = "https://github.com/pesde-pkg/scripts",
license = "MIT", license = "MIT",
target = { target = {