Skip to content

Commit

Permalink
fix: escape : char
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed May 14, 2024
1 parent 6b3887a commit 7b9df36
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 7b9df36

Please sign in to comment.