This commit is contained in:
Nate Smith 2021-04-07 19:55:44 -05:00 committed by GitHub
parent 5cb4ece754
commit c2375205f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {