Skip to content

Commit e5e9e85

Browse files
committed
address coderabbit feedback
1 parent 5be530f commit e5e9e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloudexec/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func PrintStatus(config config.Config, bucketName string, showAll bool) error {
7878

7979
table.Append([]string{
8080
strconv.Itoa(int(job.ID)),
81-
string(job.Name),
81+
job.Name,
8282
string(job.Status),
8383
job.Droplet.IP,
8484
formatInt(job.Droplet.Size.Memory) + " MB",

0 commit comments

Comments
 (0)