Skip to content

Commit 81c776d

Browse files
authored
Merge pull request #30 from hi1280/main
Fix display when EC2 or Task Role is not configured
2 parents 3395841 + 9b7373f commit 81c776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-ecs-exec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ if [[ "x${taskRoleArn}" = "xnull" ]]; then
499499
fi
500500

501501
if [[ ! "x${hasRole}" = "xtrue" ]]; then
502-
printf "${COLOR_DEFAULT} EC2 or Task Role | ${COLOR_RED}Not Configured"
502+
printf "${COLOR_DEFAULT} EC2 or Task Role | ${COLOR_RED}Not Configured\n"
503503
else
504504
if [[ "x${isEC2Role}" = "xtrue" ]]; then
505505
printf "${COLOR_DEFAULT} EC2 Role Permissions | "

0 commit comments

Comments
 (0)