From aca2be3e7451a2fbf978f99c8c76c8939f80f8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Egelund-M=C3=BCller?= Date: Thu, 12 Dec 2024 13:56:16 +0000 Subject: [PATCH] Nit --- proto/rill/admin/v1/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/rill/admin/v1/api.proto b/proto/rill/admin/v1/api.proto index fd688899795..c340e5c66a6 100644 --- a/proto/rill/admin/v1/api.proto +++ b/proto/rill/admin/v1/api.proto @@ -2327,7 +2327,7 @@ message ProjectPermissions { bool read_dev_status = 7; bool manage_dev = 8; bool read_provisioner_resources = 19; - bool manage_provisioner_resources = 20; + bool manage_provisioner_resources = 20; bool read_project_members = 9; bool manage_project_members = 10; bool create_magic_auth_tokens = 15;