Skip to content

Commit

Permalink
Remove thumbs up emoji in infra list
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD committed Oct 4, 2021
1 parent 094e569 commit 2cc3c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ var listCmd = &cobra.Command{
ok, lastErr := canGetEngineStatus(row)
if ok {
rows[i].Status = "✅ OK"
fmt.Println("👍")
continue
}
// if we had a problem, check all the stops in order to figure out where it's getting stuck
Expand Down

0 comments on commit 2cc3c40

Please sign in to comment.