We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2490ea2 commit 19c554eCopy full SHA for 19c554e
database/postgres/postgres.go
@@ -394,7 +394,7 @@ func createServices(c *client) error {
394
395
// create the database agnostic service for steps
396
//
397
- // https://pkg.go.dev/github.com/go-vela/server/database/repo#New
+ // https://pkg.go.dev/github.com/go-vela/server/database/step#New
398
c.StepInterface, err = step.New(
399
step.WithClient(c.Postgres),
400
step.WithLogger(c.Logger),
0 commit comments