From dbc9e59024275ddec9a16c63ef36c3a8a91081d4 Mon Sep 17 00:00:00 2001 From: Lincoln Baker Date: Fri, 16 Dec 2022 14:44:07 -0600 Subject: [PATCH] TEMPORARY COMMIT point to webmachine fixes remove this commit once the webmachine PR is merged. https://github.com/chef/webmachine/pull/12 Signed-off-by: Lincoln Baker --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 6639f8f..82c41b1 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [{webmachine, ".*", - {git, "https://github.com/chef/webmachine", {branch, "master"}}} + {git, "https://github.com/chef/webmachine", {branch, "lbaker/updates"}}} ] }.