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

Commit

Permalink
Update builtin/aws/ecs/platform.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cain <bcain@hashicorp.com>
  • Loading branch information
izaaklauer and briancain authored Aug 27, 2021
1 parent b1b7d57 commit 15ec749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/aws/ecs/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ func (p *Platform) resourceServiceStatus(
Name: state.Name,
Id: state.Arn,
Health: sdk.StatusReport_MISSING,
HealthMessage: fmt.Sprintf("service %s is missing", state.Name),
HealthMessage: fmt.Sprintf("service %q is missing", state.Name),
})
s.Done()
return nil
Expand Down

0 comments on commit 15ec749

Please sign in to comment.