aws-samples / amazon-ecs-catsndogs-workshop

This is self-paced workshop designed to allow developers and system administrators to get hands on with Amazon Elastic Container Service concepts such as service and container-instance auto-scaling, spot-fleet integration, container placement strategies, service discovery, secrets management with AWS Systems Manager Parameter Store, time-based and event-based scheduling, and automated deployment pipelines.
Apache License 2.0
167 stars 72 forks source link

6.1 - Step 9 - Incorrect Git Command #24

Closed benphunter closed 6 years ago

benphunter commented 6 years ago

Step currently states: git command -m ‘changing background color’

Should be git commit -m "changing background color"

MitchyBAwesome commented 6 years ago

Fixed and merged.