Remove unnecessary $

This commit is contained in:
rubenwardy
2025-10-05 16:39:00 +01:00
parent 34948770ce
commit 8d5ba2af72

View File

@@ -114,7 +114,7 @@ def post_release_check_update(self, release: PackageRelease, path):
if tree.name is not None and release.package.name != tree.name and tree.type == ContentType.MOD:
raise LuantiCheckError(f"Package name ({release.package.name}) does not match the name of the content in "
f"the release (${tree.name}). Either change the package name on ContentDB or the "
f"the release ({tree.name}). Either change the package name on ContentDB or the "
f"name in the .conf of the content. Then make a new release")
cache = {}