Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Use string instead of integer for PREFERED_API_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Jun 9, 2015
1 parent 2a84d8b commit bfcec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pushy/src/pushy_http_common.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bfcec7c

Please sign in to comment.