obsolete TODO

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

View file

@ -343,7 +343,6 @@ func runView(opts *ViewOptions) error {
}
} else {
fmt.Fprintln(out)
// TODO this does not exist yet
fmt.Fprintf(out, "To see the full job log, try: gh run view --log --job=%d\n", selectedJob.ID)
fmt.Fprintf(out, cs.Gray("view this run on GitHub: %s\n"), run.URL)