Skip to content

Commit

Permalink
fix: update ecs task component version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed Jul 24, 2024
1 parent 197bc0a commit ae539b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-runtask.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
end

#Pass the all the config from the parent component to the inlined component
Component template: '[email protected].9', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config
Component template: '[email protected].10', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config

end

0 comments on commit ae539b0

Please sign in to comment.