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

Commit

Permalink
bad var name
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Aug 23, 2016
1 parent f72e37a commit fb66950
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 @@ -125,7 +125,7 @@ module Biplane
when 204
puts paint("#{object.member_key.to_s.capitalize} '#{object.lookup_key}' destroyed!", :red)
else
raise APIError.new("Invalid API response for #{model.class.name} destroy (status code #{response.status_code}): #{response.body}")
raise APIError.new("Invalid API response for #{object.class.name} destroy (status code #{response.status_code}): #{response.body}")
end
ensure
@client.close
Expand Down

0 comments on commit fb66950

Please sign in to comment.