summaryrefslogtreecommitdiffstats
path: root/src/parser_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_json.c')
-rw-r--r--src/parser_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser_json.c b/src/parser_json.c
index 394e5039..79715536 100644
--- a/src/parser_json.c
+++ b/src/parser_json.c
@@ -2220,7 +2220,7 @@ static struct cmd *json_parse_cmd_add_rule(struct json_ctx *ctx, json_t *root,
return NULL;
}
- json_unpack(root, "{s:i}", "pos", &h.position.id);
+ json_unpack(root, "{s:i}", "index", &h.index.id);
rule = rule_alloc(int_loc, NULL);