Skip to content

Commit

Permalink
Update command/deployment_status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
isabeldepapel and tgross committed Jun 9, 2021
1 parent bdc6daa commit ff093d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/deployment_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ UPDATE:

if err != nil {
d.Append(glint.Style(
glint.Text(fmt.Sprintf("%s: Error fetching deployment of previous job version", formatTime(time.Now()))),
glint.Text(fmt.Sprintf("%s: Error fetching rollback deployment", formatTime(time.Now()))),
glint.Color("red")),
)
d.RenderFrame()
Expand Down

0 comments on commit ff093d8

Please sign in to comment.