Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Make the json valid dude...
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Feb 15, 2018
1 parent 9c83112 commit 9893f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_definitions/ecs-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _SERVICE=$(cat <<EOT
{
"id": "ami-up2date",
"name": "AMI Status",
"notes" "Compares the running AMI to the AMI defined in the launch config",
"notes": "Compares the running AMI to the AMI defined in the launch config",
"docker_container_id": "${DOCKER_ID}",
"shell": "/bin/bash",
"args": ["/usr/local/bin/ami_up2date.sh"],
Expand Down

0 comments on commit 9893f60

Please sign in to comment.