Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larshesel committed May 17, 2018
1 parent 6fd60d5 commit a3b5c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vmq_server/src/vmq_graphite.erl
Expand Up @@ -146,7 +146,7 @@ handle_info(timeout, Socket) ->
gen_tcp:close(Socket),
{noreply, undefined, 5000};
true ->
ApiKey = vmq_config:get_env(graphie_api_key, ""),
ApiKey = vmq_config:get_env(graphite_api_key, ""),
Prefix = vmq_config:get_env(graphite_prefix, ""),
DoReconnect =
lists:foldl(
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Expand Up @@ -58,6 +58,8 @@
to allow plugin developers to have these libraries available.
- Fix regression introduced by #688, that forgot to filter out tombstones when
folding a metadata table.
- Bugfix: Fix typo (`graphie_api_key` -> `graphite_api_key`) preventing the
graphite api key from being set in the `vernemq.conf` file.

## VerneMQ 1.3.0

Expand Down

0 comments on commit a3b5c42

Please sign in to comment.