Skip to content

Commit 19c554e

Browse files
committed
chore: address #810 review feedback
1 parent 2490ea2 commit 19c554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/postgres/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func createServices(c *client) error {
394394

395395
// create the database agnostic service for steps
396396
//
397-
// https://pkg.go.dev/github.com/go-vela/server/database/repo#New
397+
// https://pkg.go.dev/github.com/go-vela/server/database/step#New
398398
c.StepInterface, err = step.New(
399399
step.WithClient(c.Postgres),
400400
step.WithLogger(c.Logger),

0 commit comments

Comments
 (0)