golf
This commit is contained in:
parent
5cb4ece754
commit
c2375205f4
1 changed files with 1 additions and 2 deletions
|
|
@ -261,8 +261,7 @@ func runView(opts *ViewOptions) error {
|
|||
return err
|
||||
}
|
||||
|
||||
err = displayRunLog(opts.IO, runLog)
|
||||
return err
|
||||
return displayRunLog(opts.IO, runLog)
|
||||
}
|
||||
|
||||
if selectedJob == nil && len(jobs) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue