lib/mikoshi/plan/service.rb in mikoshi-0.1.4 vs lib/mikoshi/plan/service.rb in mikoshi-0.1.5
- old
+ new
@@ -8,10 +8,10 @@
def initialize(yaml_path: nil, client: nil)
super
if @data[:task_definition].match(TASK_DEFINITION_WITH_REVISION).nil?
- raise ArgumentError, 'task_definition should have revison by numerically.'
+ raise ArgumentError, 'task_definition should have revision by numerically.'
end
@data.store :service_name, @data[:service]
end