lib/aptly_snapshot.rb in aptly_cli-0.3.2 vs lib/aptly_snapshot.rb in aptly_cli-0.3.3

- old
+ new

@@ -83,10 +83,10 @@ @query[:Description] = description unless description.nil? @query_json = @query.to_json 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 end end