From 1e027438af10637035bf9ea7e94409aa54707d8a Mon Sep 17 00:00:00 2001 From: Ray Layadi Date: Tue, 14 May 2024 15:14:52 +1000 Subject: [PATCH] fix: escape : char (2) --- ecs-task.cfndsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-task.cfndsl.rb b/ecs-task.cfndsl.rb index caa2555..f4d4218 100644 --- a/ecs-task.cfndsl.rb +++ b/ecs-task.cfndsl.rb @@ -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: {