forked from TrueCloudLab/policy-engine
[#1] native: Fix typo in owner value
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
88c2a476b0
commit
5f13d91c0d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const (
|
||||||
|
|
||||||
PropertyKeyContainerOwnerID = "$Container:ownerID"
|
PropertyKeyContainerOwnerID = "$Container:ownerID"
|
||||||
|
|
||||||
PropertyValueContainerRoleOwner = "onwer"
|
PropertyValueContainerRoleOwner = "owner"
|
||||||
PropertyValueContainerRoleIR = "ir"
|
PropertyValueContainerRoleIR = "ir"
|
||||||
PropertyValueContainerRoleContainer = "container"
|
PropertyValueContainerRoleContainer = "container"
|
||||||
PropertyValueContainerRoleOthers = "others"
|
PropertyValueContainerRoleOthers = "others"
|
||||||
|
|
Loading…
Reference in a new issue