Skip to content

Commit

Permalink
RB-9913: fix param template arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kirichenko committed Feb 25, 2016
1 parent dd0d5a3 commit 72f3126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_graphite_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static const ngx_http_graphite_template_arg_t ngx_http_graphite_template_args[TE
{ ngx_string("prefix"), TEMPLATE_VARIABLE_PREFIX },
{ ngx_string("host"), TEMPLATE_VARIABLE_HOST },
{ ngx_string("split"), TEMPLATE_VARIABLE_SPLIT },
{ ngx_string("name"), TEMPLATE_VARIABLE_PARAM },
{ ngx_string("param"), TEMPLATE_VARIABLE_PARAM },
{ ngx_string("interval"), TEMPLATE_VARIABLE_INTERVAL },
};

Expand Down

0 comments on commit 72f3126

Please sign in to comment.