Skip to content

Commit

Permalink
fix wrong register code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Feb 26, 2015
1 parent 54a1ed5 commit 0e5fe45
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

5 comments on commit 0e5fe45

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from seancribbs
at 0e5fe45

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_api/bugfix/zl/riak-core-pb-bucket-type-code-in-api-app = 0e5fe45 into borshop-integration-79-bugfix/zl/riak-core-pb-bucket-type-code-in-api-app

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_api/bugfix/zl/riak-core-pb-bucket-type-code-in-api-app = 0e5fe45 merged ok, testing candidate = f8f3bd0

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding develop to borshop-integration-79-bugfix/zl/riak-core-pb-bucket-type-code-in-api-app = f8f3bd0

Please sign in to comment.