Skip to content

Commit

Permalink
Fix typo: HTTPary => HTTParty (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo authored and sepulworld committed Jul 23, 2016
1 parent efe9a9c commit a28cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aptly_snapshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def snapshot_update(name, new_name, description=nil)
begin
self.class.put(uri, query: @query_json, headers:
{ 'Content-Type' => 'application/json' })
rescue HTTPary::Error => e
rescue HTTParty::Error => e
puts e
end
end
Expand Down

0 comments on commit a28cd04

Please sign in to comment.