Fix pull script

This commit is contained in:
marked 2025-01-25 18:07:12 +01:00
parent 5995f2c232
commit ef2c93c6df

View file

@ -182,6 +182,7 @@ print(`🟧 Modifying README.md to include repo info...`)
local readme_contents = fs.readFile("README.md") local readme_contents = fs.readFile("README.md")
local new_readme_contents = [[ local new_readme_contents = [[
An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde. An automatically synced minimal copy of the [jecs](https://github.com/Ukendio/jecs) repo published to pesde.
Install with pesde @ `marked/jecs`
]] .. readme_contents ]] .. readme_contents
@ -189,7 +190,7 @@ fs.writeFile("README.md", new_readme_contents)
print(`✅ Modified README.md.`) print(`✅ Modified README.md.`)
local pesde_manifest: pesde_manifest = { local pesde_manifest: pesde_manifest = {
name = "mark_marks/jecs_pesde", name = "marked/jecs",
description = "A minimal copy of jecs published on the official pesde registry", description = "A minimal copy of jecs published on the official pesde registry",
version = jecs_version, version = jecs_version,
authors = { "jecs authors" }, authors = { "jecs authors" },