Skip to content

Commit

Permalink
Change return value to match function spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Dec 15, 2015
1 parent 83d2dd1 commit 3e368e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_cs_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fetch_and_cache_admin_creds(Key) ->
catch T:E ->
_ = lager:error("Couldn't get admin user (~s) record: ~p",
[Key, {T, E}]),
{T, E}
{error, {T, E}}
after
riakc_pb_socket:stop(MasterPbc)
end.
Expand Down

0 comments on commit 3e368e2

Please sign in to comment.