Skip to content

Commit

Permalink
Fix call to configure/7 to use configure/8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Mar 6, 2013
1 parent 94a514c commit 7e3db27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/riak_cs_control_configuration.erl
Expand Up @@ -32,7 +32,8 @@ configure_s3_connection() ->
RiakCsPort,
RiakCsProtocol,
RiakCsProxyHost,
RiakCsProxyPort).
RiakCsProxyPort,
[]).

%% @doc Return the administration bucket name from the configuration.
-spec administration_bucket_name() -> term().
Expand Down

0 comments on commit 7e3db27

Please sign in to comment.