Skip to content

Commit 7f02141

Browse files
author
Nate Smith
authored
obsolete TODO
1 parent c237520 commit 7f02141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/run/view/view.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ func runView(opts *ViewOptions) error {
343343
}
344344
} else {
345345
fmt.Fprintln(out)
346-
// TODO this does not exist yet
347346
fmt.Fprintf(out, "To see the full job log, try: gh run view --log --job=%d\n", selectedJob.ID)
348347
fmt.Fprintf(out, cs.Gray("view this run on GitHub: %s\n"), run.URL)
349348

0 commit comments

Comments
 (0)