From bfcec7c01785df9484677684a45c46e06fefff46 Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Tue, 9 Jun 2015 16:13:09 +0100 Subject: [PATCH] Use string instead of integer for PREFERED_API_VERSION --- apps/pushy/src/pushy_http_common.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pushy/src/pushy_http_common.erl b/apps/pushy/src/pushy_http_common.erl index 4523aea4..01469903 100644 --- a/apps/pushy/src/pushy_http_common.erl +++ b/apps/pushy/src/pushy_http_common.erl @@ -26,7 +26,7 @@ fetch_authenticated/1 ]). --define(PREFERED_API_VERSION, 1). +-define(PREFERED_API_VERSION, "1"). fetch_authenticated(Path) -> {ok, Key} = chef_keyring:get_key(pivotal),