lib/forger/destroy.rb in forger-2.0.5 vs lib/forger/destroy.rb in forger-3.0.0
- old
+ new
@@ -1,7 +1,7 @@
module Forger
class Destroy < Base
- include AwsService
+ include AwsServices
def run(instance_id)
puts "Destroying #{instance_id}"
return if ENV['TEST']