Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
fix name error
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Aug 23, 2016
1 parent 5c764d1 commit f72e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biplane/kong_client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module Biplane
when 200
build({{kind}}, JSON.parse(response.body).as_h)
else
raise APIError.new("Invalid API response for #{name} (status code #{response.status_code})")
raise APIError.new("Invalid API response for {{name}} (status code #{response.status_code})")
end
ensure
@client.close
Expand Down

0 comments on commit f72e37a

Please sign in to comment.