fix typo
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/d50a7868 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/d50a7868 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/d50a7868 Branch: refs/heads/import Commit: d50a78688b6b489ae0a57799519b88f3b9f81401 Parents: b8e18a7 Author: benoitc <[email protected]> Authored: Sun Jun 23 17:04:36 2013 +0200 Committer: benoitc <[email protected]> Committed: Sun Jun 23 17:04:36 2013 +0200 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/d50a7868/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 21d678e..815f982 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {erl_opts, [ - {platform_define, "(R14|R15)", "no_sha_hmac"} + {platform_define, "(R14|R15)", 'no_sha_hmac'} ]}.
