This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new eb5b199a Fix typo in log message. Closes #669.
eb5b199a is described below

commit eb5b199a48e3321d793e5ba1185516bbb473e46e
Author: Alastair McFarlane <[email protected]>
AuthorDate: Thu Feb 19 13:50:48 2026 +0000

    Fix typo in log message. Closes #669.
---
 atr/api/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/api/__init__.py b/atr/api/__init__.py
index e7705a21..f157411b 100644
--- a/atr/api/__init__.py
+++ b/atr/api/__init__.py
@@ -914,7 +914,7 @@ async def release_delete(data: 
models.api.ReleaseDeleteArgs) -> DictResponse:
     """
     asf_uid = _jwt_asf_uid()
     if not user.is_admin(asf_uid):
-        raise exceptions.Forbidden("You do not have permission to create a 
release")
+        raise exceptions.Forbidden("You do not have permission to delete a 
release")
 
     async with storage.write(asf_uid) as write:
         wafa = write.as_foundation_admin(data.project)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to