diff --git a/erlang/rebar.config b/erlang/rebar.config index 5f8ef718..dbd12f5f 100644 --- a/erlang/rebar.config +++ b/erlang/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. {deps, [ - {pkcs7, {git, "https://github.com/camshaft/pkcs7.erl"}, {branch, "master"}} + {pkcs7, {git, "https://github.com/camshaft/pkcs7.erl", {branch, "master"}}} ] }.