Skip to content

Commit 1db3b4e

Browse files
committed
refactor: rename commit step to codegen
1 parent 188129b commit 1db3b4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/components/build/view.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ func ViewBuildPipeline(build stainless.Build, target stainless.Target, downloads
6969
if pipeline.Len() > 0 {
7070
pipeline.WriteString(" ")
7171
}
72+
// align our naming of the commit step with the
73+
if step == "commit" {
74+
step = "codegen"
75+
}
7276
pipeline.WriteString(symbol + " " + console.Hyperlink(url, step))
7377
}
7478

0 commit comments

Comments
 (0)