Skip to content

Commit fb2358f

Browse files
authored
Merge pull request #6 from awslabs/jp/reset-colors
Reset colors to default after last message
2 parents c575cc3 + e32ef9d commit fb2358f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2-containerized/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ do
203203
done
204204
205205
printf "${PRIMARY}* Done, application is at: http://${URL}${NC}\n";
206-
printf "${PRIMARY}* (It may take a minute for the container to register as healthy and begin receiving traffic.)\n";
206+
printf "${PRIMARY}* (It may take a minute for the container to register as healthy and begin receiving traffic.)${NC}\n";

3-microservices/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ do
205205
done
206206
207207
printf "${PRIMARY}* Done, application is at: http://${URL}${NC}\n";
208-
printf "${PRIMARY}* (It may take a minute for the container to register as healthy and begin receiving traffic.)\n";
208+
printf "${PRIMARY}* (It may take a minute for the container to register as healthy and begin receiving traffic.)${NC}\n";

0 commit comments

Comments
 (0)