Skip to content

Commit

Permalink
correctly name and refer to riakhhtpc app
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavada committed Nov 23, 2022
1 parent 1d003a4 commit d360020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
{riak_dt, {git, "https://github.com/basho/riak_dt.git", {branch, "develop"}}},
{riak_api, {git, "https://github.com/basho/riak_api.git", {branch, "develop"}}},
{kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}},
{rhc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}}
{riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}}
]}.
2 changes: 1 addition & 1 deletion src/riak_kv.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
redbug,
recon,
riakc,
rhc
riakhttpc
]},
{registered, []},
{mod, {riak_kv_app, []}},
Expand Down

0 comments on commit d360020

Please sign in to comment.