Skip to content

Commit

Permalink
fix: escape : char (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed May 14, 2024
1 parent 7b9df36 commit 1e02743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-task.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# create main definition
task_def = {
Name: name,
Image: FnSub("#{image_repo}/#{image_name}\\:#{image_tag}"),
Image: FnSub("#{image_repo}/#{image_name}\:#{image_tag}"),
LogConfiguration: {
LogDriver: 'awslogs',
Options: {
Expand Down

0 comments on commit 1e02743

Please sign in to comment.