From 8d5ba2af727b5f89e9dde9312e4adf647982232b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 5 Oct 2025 16:39:00 +0100 Subject: [PATCH] Remove unnecessary $ --- app/tasks/importtasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py index f50a83af..2bd1fb72 100644 --- a/app/tasks/importtasks.py +++ b/app/tasks/importtasks.py @@ -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 = {}