Skip to content

Commit

Permalink
rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Juszkowski committed Apr 3, 2019
1 parent 0de3007 commit 130f535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuromation/cli/formatters/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __call__(self, job: JobDescription) -> str:
+ f": {format_job_status(job.status)}"
)
if job.name:
out.append(style("Job name", bold=True) + f": {job.name}")
out.append(style("Name", bold=True) + f": {job.name}")
job_alias = job.name
else:
job_alias = job.id
Expand Down

0 comments on commit 130f535

Please sign in to comment.