mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
fix: avoid substring collision in sync_readme_versions.py
Wrap the install command in backticks when matching README rows, so nivora/claude no longer matches inside the nivora/claude-alt row.
This commit is contained in:
@@ -41,7 +41,7 @@ def main() -> None:
|
||||
)
|
||||
|
||||
for package in package_dirs:
|
||||
command = f"stplr install nivora/{package}"
|
||||
command = f"`stplr install nivora/{package}`"
|
||||
version, architectures = package_metadata(package)
|
||||
matching_lines = [
|
||||
index
|
||||
|
||||
Reference in New Issue
Block a user