lib/sfn/command/promote.rb in sfn-3.0.28 vs lib/sfn/command/promote.rb in sfn-3.0.30
- old
+ new
@@ -2,16 +2,14 @@
module Sfn
class Command
# Promote command
class Promote < Command
-
include Sfn::CommandModule::Base
def execute!
raise NotImplementedError.new 'Implementation updates required'
stack_name, destination = name_args
end
-
end
end
end