Skip to content

Commit 540b853

Browse files
committed
fix comment
1 parent d0386a6 commit 540b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/actions/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ func Rerun(ctx *context_module.Context) {
420420
return
421421
}
422422

423-
// reset run's start and stop time when if is done
423+
// reset run's start stop time and status if it is done
424424
if run.Status.IsDone() {
425425
run.PreviousDuration = run.Duration()
426426
run.Started = 0

0 commit comments

Comments
 (0)