Skip to content

Commit

Permalink
Merge pull request #79 from basho/bugfix/zl/riak-core-pb-bucket-type-…
Browse files Browse the repository at this point in the history
…code-in-api-app

fix wrong register code

Reviewed-by: seancribbs
  • Loading branch information
borshop committed Feb 26, 2015
2 parents 54a1ed5 + 0e5fe45 commit f8f3bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_api_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%% because it is started before riak_api.
{riak_core_pb_bucket, 19, 22},
{riak_core_pb_bucket, 29, 30},
{riak_core_pb_bucket_type, 31, 33}
{riak_core_pb_bucket_type, 31, 32}
]).

%% @doc The application:start callback.
Expand Down

0 comments on commit f8f3bd0

Please sign in to comment.