From 5f13d91c0d2cfceab9ad62341bfb5fdafb8f74a3 Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Thu, 18 Jan 2024 10:34:41 +0300 Subject: [PATCH] [#1] native: Fix typo in owner value Signed-off-by: Dmitrii Stepanov --- schema/native/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/native/consts.go b/schema/native/consts.go index d6babb1..0f138a6 100644 --- a/schema/native/consts.go +++ b/schema/native/consts.go @@ -52,7 +52,7 @@ const ( PropertyKeyContainerOwnerID = "$Container:ownerID" - PropertyValueContainerRoleOwner = "onwer" + PropertyValueContainerRoleOwner = "owner" PropertyValueContainerRoleIR = "ir" PropertyValueContainerRoleContainer = "container" PropertyValueContainerRoleOthers = "others"