From e3d6e345b6a631bccf4bba2fae22680111d3d259 Mon Sep 17 00:00:00 2001 From: Max McAdam Date: Mon, 18 Sep 2023 10:43:54 -0700 Subject: [PATCH] Issue 3894 - Bug: missing comma in cli/samples/privileged_node_policy.json Signed-off-by: Max McAdam --- cli/samples/node_policy_input.json | 6 +++--- cli/samples/privileged_node_policy.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/samples/node_policy_input.json b/cli/samples/node_policy_input.json index 33a8dbb89..911aea656 100644 --- a/cli/samples/node_policy_input.json +++ b/cli/samples/node_policy_input.json @@ -1,8 +1,8 @@ /* Sample input for 'hzn policy add -f' flag. It is used for the policy case. -It provices properties and constrains to determin what services can run on this node. -Optionally you can also add node management (node upgrade) related properties and constrains -under "management". Use command 'hzn policy new' to see the meaning of each attribute. +It provides properties and constraints to determine what services can run on this node. +Optionally you can also add node management (node upgrade) related properties and constraints +under "management". Use the command 'hzn policy new' to see the meaning of each attribute. */ { "properties": [], diff --git a/cli/samples/privileged_node_policy.json b/cli/samples/privileged_node_policy.json index 1d2913b24..1c86606e5 100644 --- a/cli/samples/privileged_node_policy.json +++ b/cli/samples/privileged_node_policy.json @@ -10,7 +10,7 @@ Set it to the top level because it is a built-in node property. "value": true } ], - "constraints": [] + "constraints": [], "deployment": { "properties": [], "constraints": []