Skip to content

Commit

Permalink
Merge pull request #21 from timhassett/master
Browse files Browse the repository at this point in the history
removed to_i conversion of ListerRule Priority
  • Loading branch information
Guslington authored Feb 14, 2019
2 parents 2cf258e + 94d3852 commit f24ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-service.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
Actions [{ Type: "forward", TargetGroupArn: Ref('TaskTargetGroup') }]
Conditions listener_conditions
ListenerArn Ref("Listener")
Priority rule['priority'].to_i
Priority rule['priority']
end

end
Expand Down

0 comments on commit f24ccfe

Please sign in to comment.