mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
chore(lune): set repo for generated manifest correctly
Also applies the stylua formatter to the file.
This commit is contained in:
parent
22552c0f80
commit
e3889bffb1
1 changed files with 164 additions and 164 deletions
|
@ -52,7 +52,7 @@ local _ERROR_PREFIX = `[{logPrefix("error")}]`
|
|||
local function installDeps(): number
|
||||
local STDOUT_LINE_PREFIX = `[pesde::{logPrefix("info")}]`
|
||||
local PESDE_ERROR_PREFIX = `[pesde::{logPrefix("error")}]`
|
||||
local SPINNER_STATES = { '⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏' }
|
||||
local SPINNER_STATES = { "⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏" }
|
||||
|
||||
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/)",
|
||||
"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",
|
||||
|
||||
target = {
|
||||
|
|
Loading…
Reference in a new issue