We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04ce99 commit d3ab9d8Copy full SHA for d3ab9d8
1 file changed
src/hex_repo.erl
@@ -94,7 +94,8 @@ get_package(Config, Name) when is_binary(Name) and is_map(Config) ->
94
%%
95
%% Requires `repo_organization' to be set in the config; policies are
96
%% always served from the per-organization namespace
97
-%% (`/repos/<organization>/policies/<name>').
+%% (`/repos/<organization>/policies/<name>'). Returns
98
+%% `{error, missing_repo_organization}' when it is not set.
99
100
%% Examples:
101
0 commit comments