Skip to content

Commit

Permalink
Rename Task to Process in app status output
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Oct 7, 2021
1 parent daa4cf5 commit 591680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/presenters/allocations.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (p *Allocations) APIStruct() interface{} {
}

func (p *Allocations) FieldNames() []string {
return []string{"ID", "Task", "Version", "Region", "Desired", "Status", "Health Checks", "Restarts", "Created"}
return []string{"ID", "Process", "Version", "Region", "Desired", "Status", "Health Checks", "Restarts", "Created"}
}

func (p *Allocations) Records() []map[string]string {
Expand Down

0 comments on commit 591680c

Please sign in to comment.